DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39313>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39313





------- Additional Comments From [EMAIL PROTECTED]  2006-10-10 15:33 -------
Yes!! The current behavior is useless.

Suppose I have a website (actually, I *do* have a website) whose URL is changing
from http://old-server.example.com/ to http://new-server.example.com/, but
staying at the same physical filesystem path. At the top level, I tell
mod_rewrite to redirect from old-server to new-server, using [L,R]. But I also
have a subdirectory /2006 with a wiki that invisibly rewrites
/2006/wiki/Main_Page to /2006/w/index.php?title=Main_Page without a redirect.

If I just tell /2006 to use RewriteOptions inherit, with the current behavior 
we get
  http://old-server.example.com/2006/wiki/Main_Page =>
  http://old-server.example.com/2006/w/index.php?title=Main_Page =>
  http://new-server.example.com/2006/w/index.php?title=Main_Page [L,R]
which exposes the index.php mechanism to the user. What I need is
  http://old-server.example.com/2006/wiki/Main_Page =>
  http://new-server.example.com/2006/wiki/Main_Page [L,R]
so that the user still sees the wiki/Main_Page URL. The only way I can get this
now is by duplicating the redirect across every subdirectory's .htaccess file.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to