2009/3/11 Steven Bower :
> Hi-
> I am using mod_rewrite to redirect from a sub-directory of my existing
> domain to a new domain just for this section.
> Here is my .htaccess file in /othersite/ (specific domains and paths
> hidden):
>
> RewriteEngine on
> RewriteBase /othersite/
> Rew
Hi-
I am using mod_rewrite to redirect from a sub-directory of my existing
domain to a new domain just for this section.
Here is my .htaccess file in /othersite/ (specific domains and paths
hidden):
RewriteEngine on
RewriteBase /othersite/
RewriteRule ^(.*)$ http://.com/$1 [R=301,L]