DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20176>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20176
Rewriterules get wrong DocumentRoot when using VirtualDocumentRoot
nd@perlig.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From nd@perlig.de 2003-06-02 15:31 -------
mod_rewrite doesn't know about virtualdocumentroots. Virtualdocumentroot acts at
the same level like Alias (mod_rewrite also doesn't know about Alias ...).
However, you can use the PT flag to pass the result to the next handler (alias,
virtualdocumentroot, whatever).
Appending the core documentroot is just an optimization step in order to save
some CPU cycles.
Thanks for using Apache.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|