Forum Moderators: phranque

Message Too Old, No Replies

RewriteRule: bad flag delimiters - I can't see a problem here

         

chrisguk

6:41 pm on Jun 27, 2016 (gmt 0)

10+ Year Member



I am having a few problems with my .htaccess file. The strange thing is I copied this from another one of my websites because I always use this type of structure. But I keep getting the errors in the subject title of this post plus of course "Internal Server Error"

Can someone help?


Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteRule ^(([^/]+/)*[^/.]+)$ index.php?page=$1 [L]

chrisguk

6:50 pm on Jun 27, 2016 (gmt 0)

10+ Year Member



forget that I found the problem