I want to make my static web site dynamic. And i don't want to lose my google PR.
So i decided to convert old htm files to php then i'll convert their name to htm with re write mode thus i think i don't lose my old pages google PR.
But i am wonderin index.htm files status when the domain name entered. Is it shows directly index.php which is in the host or is it shows index.htm which is convertted with re write mode ?
if it shows php file how can i configure domain name to linked to index.htm?
Thanks
[ Message was edited by: accelerate 03/12/2006 04:16 am ]
i think i can't configure server because site on a hosting service. So i decided to use re write mode ... Only i want to know is domain name follows htaccess file first or diretcly looking for index.php which is in main directory ...
accelerate - You would decelerate the server by using a rewrite for this. ;)
As g1smd has pointed out, your htm pages can be parsed as PHP by adding one line like so:
So your default page served - index.htm can be retained as it is.
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
You have not yet logged in, or registered properly as a member
You are a member, but no longer have posting rights.
This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.