https://bz.apache.org/bugzilla/show_bug.cgi?id=58739
--- Comment #5 from Rich Bowen <rbo...@apache.org> --- > The .htaccess in the DocumentRoot folder of the virtual host is like this: > > RewriteEngine On > > #RewriteBase / > > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_FILENAME} > !/(admincp|modcp|clientscript|cpstyles|images)/ > RewriteRule ^(.+)$ vbseo.php [L,QSA] ... > That is, any url that does not correspond to an existing folder or file is > routed to vbseo.php. Ok, if I'm correctly understanding what you're trying to accomplish - that is, map "unhandled" requests to vbseo.php, what you actually want to do, instead of the entire above configuration, is: FallbackResource /vbseo.php Of course, this doesn't address the other issue - that the meanings of REDIRECT_URL is undocumented. I think the best thing to do at this point is for us to open a separate ticket requesting that additional detail - possibly in the Redirect and mod_rewrite docs? I'll go do that now. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org