sliver Posted August 19, 2003 Share Posted August 19, 2003 Just read a tutorial about mod_rewrite. I created the .htaccess file and added the mod_rewrite info. But I got a permission denied error. So I\'ve been toying w/ the allow but nothing\'s worked. Please help. My .htaccess file: order allow,deny allow from all RewriteEngine On RewriteRule ^codes/(.*)/(.*).php /codes.php?system=$1&game=$2 Link to comment https://forums.phpfreaks.com/topic/913-htaccess-problem/ Share on other sites More sharing options...
sliver Posted August 19, 2003 Author Share Posted August 19, 2003 From my error log: [Mon Aug 18 19:42:19 2003] [error] [client 216.239.45.4] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/virtual/site263/fst/var/www/html Link to comment https://forums.phpfreaks.com/topic/913-htaccess-problem/#findComment-3048 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.