phranque

msg:4199897 | 8:51 am on Sep 10, 2010 (gmt 0) |
robots.txt is not your technical solution here. you should make sure all your internal links refer to the canonical urls. (such as http://example.com/aboutus.html and http://example.com/details/50.html) you should implement RewriteRules such that any requests for the dynamic urls are externally redirected to the static urls. you should also implement RewriteRules so that any requests for the static urls are internally rewritten to the dynamic urls.
|
mcnika

msg:4200479 | 12:39 pm on Sep 11, 2010 (gmt 0) |
But I don't need to convert all my dynamic urls to static. I just want part of the to be converted.
|
phranque

msg:4200669 | 12:22 am on Sep 12, 2010 (gmt 0) |
in that case your RewriteRule/RewriteCond directives should include/exclude rewrites/redirects as required and you should also use the canonical static or dynamic urls for your internal navigation.
|
mcnika

msg:4201540 | 8:49 am on Sep 14, 2010 (gmt 0) |
I don't need redirect any pages. And please clearly explain what I need to do.
|
|