Best Way To Redirect?

liunx

Guest
Mods, please move this thread if it's not best here.<br /><br />We've got a new website service for our school, <a href="http://northfield.groupfusion.net" target="_blank">http://northfield.groupfusion.net</a> - ASP model, PHP backend, Ajax powered, quite yummy.<br /><br />We currently have a meta refresh tag in with a brief explanation in our index.html @ <a href="http://www.ncs-nj.org" target="_blank">http://www.ncs-nj.org</a> and it's working fine. We still have lots of stuff on the TCH domain including PHP stuff like Wordpress blogs, PHP gallery, and of course file storage.<br /><br />What's the best way to do a redirect?<br /><br />I like the meta refresh approach because if the new service is having issues, people can read the explanatory text. If I used an .htaccess redirect, I'd lose that capability, right?<br /><br />Just wonderin'<br /><br />Thanks, kj<!--content-->
"Best"... from SEO standpoint, usability, ease of upkeep?<br /><br />If it's a permanent redirect, use a 301 in the htaccess file.<br /><br />I think your point about the message staying up if the target website is having an issue is incorrect. I think the visitor would be redirected to the problem page.<!--content-->
<!--quoteo(post=190549:date=Sep 23 2006, 10:31 PM:name=surefire)--><div class='quotetop'>QUOTE(surefire @ Sep 23 2006, 10:31 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=190549"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->"Best"... from SEO standpoint, usability, ease of upkeep?<br /><br />If it's a permanent redirect, use a 301 in the htaccess file.<br /><br />I think your point about the message staying up if the target website is having an issue is incorrect. I think the visitor would be redirected to the problem page.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Best from simplicity/ease of use. SEO would be nice. <br /><br />Hmmm. Reading about 301 redirects <a href="http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm" target="_blank">here</a> gives me pause. We still want some folders under ncs-nj.org to resolve as they stand, we haven't really moved the entire site, just the bulk of the front end.<br /><br />I hear you about the problem page thing. Makes sense. But, when northfield.groupfusion.net has been down before, or slow to load, our redirect page has remained on the screen, at least long enough for people to read the message and see what's up, rather than just getting 'page cannot be displayed.'<br /><br />Hmmmm. Guess I'm staying with the meta refresh tag for now...<br /><br />-kj-<!--content-->
 
Back
Top