On Fri, Apr 15, 2011 at 1:02 PM, Jeff Shearer <j...@shearer-family.org> wrote:
> I am trying to move a set of documents from one directory to a new directory. 
>  Currently users are redirected to the new directory but the old URL remains 
> in the browser window.  My research indicates that if I change the PT flag to 
> R I should be able to do what I want.  However, when I change the PT to an R, 
> users are not actually redirected to the new directory.  Here is the 
> VirtualHost configuration:

Try specifying a complete protocol, hostname, etc for the substitution
when you add the 'R' flag -- .e.g http://%{HTTP_HOST}/newsite/$1 [R]


-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to