Destiny
11-24-2003, 07:00 PM
Hi Everyone. Thanks for the forum Chris, I hope it goes well for you.
I have purchased an expired domain name which had 2 separate entries in a well-known directory. One of the URLs is the home page so that is ok. The other is to an internal asp page.
I have set up a directory in the name of the asp page and have loaded an index file with the redirect code:
<?php
header ("Location: http://www.homepage.com");
?>
Does anyone know whether the PR will pass through to the home page along this link?
And, does hitting this link set off an error code? (301?)
Any other comments or advice would be appreciated (such as whether this is the best way to handle it).
Thanks
I have purchased an expired domain name which had 2 separate entries in a well-known directory. One of the URLs is the home page so that is ok. The other is to an internal asp page.
I have set up a directory in the name of the asp page and have loaded an index file with the redirect code:
<?php
header ("Location: http://www.homepage.com");
?>
Does anyone know whether the PR will pass through to the home page along this link?
And, does hitting this link set off an error code? (301?)
Any other comments or advice would be appreciated (such as whether this is the best way to handle it).
Thanks