I'm using Boilerplate to have a base template for use. But I'm trying to use friendly URLs in it, but I can not .. I've tried several codes, the latest is this:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php'
Here is the content of my .htacess link
But I'm not getting satisfactory results! I just want to remove the .php extension from my links ...