/ Published in: Apache
Expand |
Embed | Plain Text
RewriteRule ^/?oldpage\.html$/ /newpage.html [R=301,NC,L]
Comments
Subscribe to comments
You need to login to post a comment.
chrisdpratt on 09/16/09
1 person have marked this snippet as a favorite
RewriteRule ^/?oldpage\.html$/ /newpage.html [R=301,NC,L]
Subscribe to comments
You need to login to post a comment.
I don't think this is a 301 redirect - just a rewrite. It shows up as a 200 rather than a 301 in a debugger. Has that been your experience on the SEO side?