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>