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
converttion of PHP files into html files
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.
you can find mod_rewrite information on apache.org.