Sean
12-18-2006, 04:36 PM
I've just switched over from .shtml to .php files, and I want to tell Google to redirect my old homepage (http://www.ocny.com/index.shtml) to the new homepage (http://www.ocny.com/index.php). I tried using this code:
Redirect 301 /index.shtml http://www.ocny.com/index.php
The problem is, I have a few IRMs on my account, and with this code, the homepage for http://www.armageddonmonks.com starts redirecting to http://www.ocny.com.
How do I redirect just that one index page in my root directory without affecting the index pages for all my IRMs?
Redirect 301 /index.shtml http://www.ocny.com/index.php
The problem is, I have a few IRMs on my account, and with this code, the homepage for http://www.armageddonmonks.com starts redirecting to http://www.ocny.com.
How do I redirect just that one index page in my root directory without affecting the index pages for all my IRMs?