Mod_rewrite Help !
- by lixon
RewriteEngine on
Rewriterule ^(.*).htm $1.php
This works fine when i try to access every php page
But how could i make it RewriteRule ^/somepage $ /somepage.php (its not working )
if the page is about.php the url should be about/ (directory type)
Please help me . Thanks in advance!