HI, is the following enrty is correct: RewriteEngine on RewriteRule ^(.*).index.php index.html .index.php will converted as .html. is it correct? its not working for me.
Options +FollowSymLinks +Indexes RewriteEngine on RewriteBase / RewriteRule ^([^.]+)\.html$ $1.php [L]
Thanks. I got the basic idea working for simple page. I will ask you doubts when i need help for complicated parameters.
HI, How can i set the rules for my subdomain. For example my sub domain is : frames.htmlbeat.com how can i see the rules for the above sub domain