g1smd

msg:4112296 | 1:15 pm on Apr 8, 2010 (gmt 0) |
I want to redirect it to main domain without change the address in address bar |
| A redirect will always change the URL. A redirect tells the browser to make a new request for a different URL. You'll need a rewrite if the URL isn't to change; however do be aware that serving the same content at multiple URLs will be an indexing and ranking disaster. You should redirect non-canonical URL requests to the canonical form, and then that URL - and only that URL - should return the content.
|
nasser bahaj

msg:4112312 | 1:29 pm on Apr 8, 2010 (gmt 0) |
thank you very much for your quick reply but i cannot understand this point | You should redirect non-canonical URL requests to the canonical form, and then that URL - and only that URL - should return the content. |
|
|
g1smd

msg:4112338 | 1:41 pm on Apr 8, 2010 (gmt 0) |
Instead of the same content being available at A, B, C, D and E, make it so that only of those serves the content and all the others are redirected to that one.
|
jdMorgan

msg:4112461 | 4:40 pm on Apr 8, 2010 (gmt 0) |
To clarify, this is a very bad idea: "without change the address in address bar" as doing so will create the duplicate-content problem that g1smd is warning you about, possibly ruining your search engine rankings. Jim
|
nasser bahaj

msg:4113992 | 8:44 pm on Apr 11, 2010 (gmt 0) |
g1smd jdMorgan thank you very much for your help best regards
|
|