This is my .htaccess file in root directory.
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.html$ $1.php [nc]
Mod_rewrite is also enabled in apache.
It shows in phpinfo page.In apache2handler,under section of loaded modules he
is showing mod_rewrite but..
when i try to run index.php file from browser as index.html it shows the error as
index.html is not found on server.
I try to run in localhost.
Please help me.