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]