converttion of PHP files into html files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
murthy
Forum Commoner
Posts: 50
Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:

converttion of PHP files into html files

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
murthy
Forum Commoner
Posts: 50
Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:

Post 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
Post Reply