Forum Moderators: phranque
my question: is there a maximum number of 301 redirects that can be placed in .htaccess ?
my concern is that googlebot pulls both dynamic and static & would prefer to not have duplicate pages.
any insight would be helpful.
thanks,
If there is a "simple relationship" between the two URLs, then you might only need *one* rule.
RewriteRule allows you to do a lot more than Redirect or RedirectMatch.
Any rule should also fix the domain canonicalisation issues within the same rule.
[edited by: engine at 8:32 am (utc) on Oct 11, 2012]
[edit reason] added link as requested [/edit]