| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,937
|
301 redirect 'versions'. What-what?
Code:
Code:
…the significant difference being…? TIA |
|
|
|
|
|
#2 (permalink) |
|
Magazines™
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,344
|
not sure but some good stuff here http://www.webmasterworld.com/forum23/1600.htm webmaster haha - they were the days! according to that and a few other things one way google likes and the other it doesnt - but i am not sure which. very helpful i hear you say! |
|
|
|
#5 (permalink) |
|
I Call Shenanigans™
Join Date: Feb 2003
Location: Manchester
Posts: 9,664
|
redirect 301 /index.html http://www.designerstalk.com/forums - what dt is using |
|
|
|
#6 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,937
|
fwiw™, the index.html part is redundant. / is effectively identical to /index.html Both refer to the default root page. - After a little look it appears that the CPanel/longer method works by rewriting the url rather than simply redirecting. Redirect 301 only works for those users typing in the root/basic domain name with the alternative TLD. e.g. you want to redirect yourdomain.com (your mop-up TLD) to yourdomain.co.uk (your true site directory) Those attempting to visit yourdomain.com/page.php will get an error when a Redirect 301 is in use. The longer method simply surplants the yourdomain.com portion with yourdomain.co.uk which should resolve to an existing page/directory (yourdomain.co.uk/page.php). So, each has their benefits over the other. Which one you choose depends on your needs and what urls you expect visitors to arrive on. Last edited by Bill Posters : 27-02-2004 at 14:11. |
|
![]() |