Can't get MultiViews to work on Apache 2.2 - negotiation problem
Posted
by Doe
on Server Fault
See other posts from Server Fault
or by Doe
Published on 2010-04-16T23:41:03Z
Indexed on
2010/04/16
23:43 UTC
Read the original article
Hit count: 303
apache
Hi I can't get MultiViews to set up properly on my Apache 2.2.
When I go to filtered.com/something, I expect it to execute something.pl but it doesn't. I get a Error 404 page.
In my error logs it says: " [Fri Apr 16 13:04:20 2010] [error] [client 78.85.152.94] Negotiation: discovere\ d file(s) matching request: /var/www/html/filtered.net/translate-english (None could be negotiated)., referer: http://filtered.net/"
Would anyone kindly help me so that MultiViews is properly installed on my server?
ServerAdmin [email protected] ServerAlias *.filtered.net DocumentRoot /var/www/html/filtered.net ServerName filtered.net ErrorLog logs/filtered.net-error_log CustomLog logs/filtered.net-access_log common Options ExecCGI +Indexes +IncludesNoExec +MultiViews +ExecCGI AllowOverride None
Order allow,deny
Allow from all
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.pl
</IfModule>
</Directory>
</VirtualHost>
© Server Fault or respective owner