View Single Post
  #6 (permalink)  
Old 12-04-2008, 05:17 PM
spenland spenland is offline
WebProWorld Pro
 
Join Date: Jul 2004
Location: Irvine, CA
Posts: 125
spenland RepRank 0
Default 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!
Reply With Quote