mod_rewrite does not change URL in browser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:

<VirtualHost www.seconddomain.tld>
ServerName www.seconddomain.tld
DocumentRoot /seconddomain

RewriteEngine on
RewriteLog /var/log/apache2/rewrite.log
RewriteLogLevel 9
RewriteRule ^/oldsite/(.*)\.html /newsite/$1.html [PT,L]

</VirtualHost>


Thanks.

---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux