Ich möchte mir mod_rewrite meine PHP-Dateien in ".html" umwandeln.
Dafür habe ich im root folgende ".htaccess"-Datei
Code: Select all
RewriteEngine on
RewriteRule ^tour(.*).html$ index.php?tour=$1Code: Select all
<Directory /home/www/web3/html>
Options +FollowSymLinks
</Directory>Code: Select all
[Thu Oct 2 13:44:01 2003] [error] [client 217.4.145.217] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/www/web3/html/test2/live/tourDaviD
