I have this subdomain: states.domain.com in this subdomain I have folders for the states: states.domain.com/StateName I want to redirect all of it to: www.domain.com/search/StateName/ Can't get it right so I need help!!
At states.domain.com/.htaccess Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^([^.]+)$ http://www.domain.com/search/$1/ [R=301,L]