Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Jeff Shearer
Perfect. Thanks for the fresh brain. == Jeff Shearer, CISA, CISSP -Original Message- From: "Pablo Garcia Melga" [mal...@gmail.com] Date: 04/15/2011 01:22 PM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_rewrite does not change URL in browser

Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Pablo Garcia Melga
hrough /favicon.ico > > Here is the server build information if that makes a difference: > > Server version: Apache/2.2.16 (Ubuntu) > Server built: Nov 18 2010 21:19:28 > > > -Original Message- > From: "Eric Covener" [cove...@gmail.com] > Date: 04/15/2011 10:09 AM &g

Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Jeff Shearer
21:19:28 -Original Message- From: "Eric Covener" [cove...@gmail.com] Date: 04/15/2011 10:09 AM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_rewrite does not change URL in browser On Fri, Apr 15, 2011 at 1:02 PM, Jeff Shearer wrote: > I am trying to move a s

Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Eric Covener
On Fri, Apr 15, 2011 at 1:02 PM, Jeff Shearer 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

[users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Jeff Shearer
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 t