Forum Moderators: phranque

Message Too Old, No Replies

Mod_rewrite index.php to index.html

How to change index.php to index.html

         

Oxidus

1:13 pm on Jan 25, 2004 (gmt 0)

10+ Year Member



HI.

Im new to mod rewrite. I would like to change index.php to index.html. What do i have to put in .htaccess to do this?

Thanks!

sabai

2:36 pm on Jan 25, 2004 (gmt 0)

10+ Year Member



RewriteEngine on
RewriteRule ^index\.html /index\.php

should do it...

sabai

2:37 pm on Jan 25, 2004 (gmt 0)

10+ Year Member



Sorry, I for got to say - welcome to webmasterworld Oxidus!

Oxidus

3:42 pm on Jan 25, 2004 (gmt 0)

10+ Year Member



Thank you it is working :)