| Posted: 22 February 2011 at 11:12am | IP Logged
|
|
|
My hosts do not seem able to provide an example code for redirecting a few pages within a domain to new pages. I have tried as below to work some code but I would be very grateful if someone could clear up my code and provide an example please.
My hosts have said I need to create an httpd.ini and the server needs Isapi_Rewrite Version 2.
Is the code all I need to make the whole .ini file or is there more that experts presume I will use - a complete novice to this I am afraid:
[ISAPI_Rewrite] RewriteRule /index\.html http\://www.domain.com/newpage1.php[I,RP] RewriteRule /contact\.html http\://www.domain.com/newcontact.php[I,RP]
Thank you to anyone willing to help.
|