I need to know exactly how I can set up a 301 redirect to another domain name? Much thanks in advance everyone...
Here's the code I use that works on all files in the directory. Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^current/(.*)/$ http://www.new.com/$1/ [R=301,L] Code (markup):
This mod-rewrite forum (not mine) works rather well, though it might take a day or two to get the answers you want.