Re: [us...@httpd] mod_rewrite redirect to local path issue

2009-03-11 Thread Bob Ionescu
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

[us...@httpd] mod_rewrite redirect to local path issue

2009-03-11 Thread 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/ RewriteRule ^(.*)$ http://.com/$1 [R=301,L]