Re: [EMAIL PROTECTED] problem with rewriterule, handlers and documentroot

2006-05-31 Thread Joshua Slive
On 5/30/06, Sebastian Boehm <[EMAIL PROTECTED]> wrote: Hi, assume the following enviroment: (Apache 1.3.33) DocumentRoot /dummy RewriteRule ^(.*)$ /dummy/demo$1 the rewrite rule magically sets the documentroot to /dummy/demo , when the flag [PT] is used it does not change the documentroot. W

[EMAIL PROTECTED] problem with rewriterule, handlers and documentroot

2006-05-30 Thread Sebastian Boehm
Hi, assume the following enviroment: (Apache 1.3.33) DocumentRoot /dummy RewriteRule ^(.*)$ /dummy/demo$1 the rewrite rule magically sets the documentroot to /dummy/demo , when the flag [PT] is used it does not change the documentroot. What I tried to do is: changeing the document-root acc