Page 1 of 1

converttion of PHP files into html files

Posted: Sat Aug 28, 2004 1:37 pm
by murthy
Hi,

we developed one site with the type extension with php and we are displaying ? at the end......

example: like this one http://www.sample.credit/index.php?

Client of this site getting problem in Google for searching anythings related this site.

So, he is telling to convert all php files into .html files...

This is new in my case ....................

IN What method i have to follow...


Thanks,
Murthy

Posted: Sat Aug 28, 2004 2:09 pm
by feyd
there's no need to switch to .html .. the better path is setting up mod_rewrite and convert incoming requests into the url variables you need.

you can find mod_rewrite information on apache.org.

Posted: Sun Aug 29, 2004 2:28 am
by murthy
Thanks , I read apache doc....

I am thinking it will take time ......if you any examples of this please send it..

today is last day of delivery...

Murthy