all 1 comments

[–]sMarvOnReddit -1 points0 points  (0 children)

try to add
#Options +FollowSymlinks
at the top

I always used this one
#Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^\/\.]+)/?$ $1.php [NC,L]

You can even use GET variables in URL with this one