3
I’m using Boilerplate to have a base template for use. But I’m trying to use friendly Urls on it, but I can’t.. I’ve tried several codes, the latest is this:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php`
Here is the contents of my . htacess http://pastebin.com/JT9gXdG2
But I’m not getting satisfactory results! I just want to remove the . php extension from my links...
Yes friend, on line 212 of my . htacess has this:
<IfModule mod_rewrite.c>
 Options +FollowSymlinks
 # Options +SymLinksIfOwnerMatch
 RewriteEngine On
 # RewriteBase /
</IfModule>
– Wagner'
Updated the post. I put how to activate the
mod_rewrie
.– Hy-brazil
Unfortunately I’m not finding httpd.conf here on the host.. Know some other way around?
– Wagner'