I have this site called precisely.me, and I have just bought a new hosting server for it.
In my .htaccess file, I want all my files within precisely.me/fpl/.php to also be accessible via precisely.me/fpl/. For eg -: precisely.me/fpl/epl-table.php should also be accessible via precisely.me/fpl/epl-table
Why is this not working?
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
I am using GoDaddy.com's hosting, and should admit that I have little knowledge about the .htaccess file