I came across this on the web:
Code: Select all
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.+)$ /$1.php [L,QSA]
pasted it, saved it, but nothing changed.
If is any relevant, I'm running it locally (XAMPP)
Thanks in advance,
Mike