Link to home
Start Free TrialLog in
Avatar of vrosas_03
vrosas_03

asked on

how do I get rid of "Multiple Choices The document name you requested"

for some reason an ugly white screen shows up for website visitors:

Multiple Choices
The document name you requested (/ncaa/regseason/wolverines_tickets.htm) could not be found on this server. However, we found documents with names similar to the one you requested.

Available documents:
ASKER CERTIFIED SOLUTION
Avatar of Michael Fowler
Michael Fowler
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vrosas_03
vrosas_03

ASKER

RewriteEngine On

is at the top of the .htaccess file
it uses RewriteCond as well as RewriteRule and Redirect 301 https://...
They are currenly working correctly it's just that sometimes it appears to be confused as to which page to show.
Basically every time any browser accesses the website the request url string passes through and is processed by a single page.  There are a few urls that are handled directly in the .htaccess file.
Thanks!