View Single Post
Old 07-02-2004, 02:02 PM   #2 (permalink)
Pipeline-Webdesign
Inactive
 
Pipeline-Webdesign's Avatar
 
Join Date: 02-11-04
Location: Corpus Christi, TX
Posts: 901
iTrader: 0 / 0%
Latest Blog:
None

Pipeline-Webdesign is a jewel in the roughPipeline-Webdesign is a jewel in the roughPipeline-Webdesign is a jewel in the roughPipeline-Webdesign is a jewel in the roughPipeline-Webdesign is a jewel in the roughPipeline-Webdesign is a jewel in the roughPipeline-Webdesign is a jewel in the roughPipeline-Webdesign is a jewel in the rough
Send a message via AIM to Pipeline-Webdesign Send a message via MSN to Pipeline-Webdesign Send a message via Yahoo to Pipeline-Webdesign
Re: complete redirect

Quote:
Originally Posted by GoldDust
I knew I would need to ask this question eventually..

I would like to place a redirect on a site link John has done with the old IMR to v7n

I was useing this code below but Im still getting pages going to the 404 error page not to the new site.

Quote:
Redirect 301 / http://www.yourdomain.com/
what re-direct code should I use that will direct every page of the old site to the new not just the index page of the old site...

thanx
Gold
[code]<?php

header('location:www.yourdomain.com');

?>
Pipeline-Webdesign is offline   Reply With Quote