Re: Need help with 301 redirect and mod_rewrite
Great thanks for the tips guys!
AjiNIMC, I have one question about your suggestion. If I want to do as you suggested with this example:
RewriteRule ^/oldfolder/(.*) http://domain.tld/newfolder/$1
what does the '$1' do in this example? Is it a variable of some type? Can I leave it out?
Thanks!
|