When I try to use mod rewrite in my .htaccess files, I get a 500 error. When trying to solve this I added the following to the Apache directives:
Code:
<Directory /var/www/web2/web/>
Options FollowSymLinks
AllowOverride All
</Directory>
But I still get the 500 error when accessing the website.
The log says the following:
Code:
[Tue Nov 13 12:44:21 2007] [alert] [client 10.0.0.199] /var/www/web2/web/.htaccess: Illegal option RewriteEngine, referer: http://test.nl/
The .htacces file is very baic:
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^alice.html$ bob.html
Hope some can help me...
Recent comments
18 hours 58 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 7 hours ago
1 day 15 hours ago
2 days 1 hour ago
2 days 1 hour ago
2 days 5 hours ago
2 days 9 hours ago
2 days 10 hours ago