Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transparent page forwarding on an HTML Page

Status
Not open for further replies.

bernie321

Programmer
Jan 7, 2004
477
GB
Hi

We have an index.html page that is in the root folder of our site.

Currently search engines are indexing this page.

We need to move the page into a sub-folder but want to know how to forward the page so google etc will start to index the new page in the sub folder?

Any advice would be much appreciated.
Thanks
B
 
Hi

B said:
We need to move the page into a sub-folder but want to know how to forward the page so google etc will start to index the new page in the sub folder?
There are two basic possibilities :
[ul]
[li]Using redirection, by sending 301 Moved Permanently or 302 Found response status, according to HTTP/1.1.[/li]
[li]Using URL rewriting, if is supported, according to your web server's documentation.[/li]
[/ul]
What web server are you using ? Maybe you will get better answers in the web server's forum.

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top