i have included following code in .htaccess file and place it my
project root folder..!!
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [nc]
but url still showing .php extension like localhost/project/index.php instead of localhost/project/index.htm.!! i have check the mod_rewrite is loaded.!!
or anybody can tell another way to rewrite the url...??
any help will me appriciated
thanx