Joshua Slive wrote:

It's working perfectly....... Except....... .htaccess files no longer
work for anything that is rewritten to the sbox binary. So users can not
set up stuff like Basic Authentication on those scripts.
Hmmm... I haven't tried it, but I have a suspicion that you could fix
this problem by putting your RewriteRules inside a <Directory
/home/web> instead of in the main server context.  This will  require
some changes to pathnames in your RewriteRules and perhaps the
addition of a RewriteBase directive.
The question is when mod_rewrite works relative to other modules, and
by placing stuff in <Directory>, you should force mod_rewrite to act
in a later phase of processing.

Hmmm. This doesn't seem to have fixed it. The rewrite rules always seem to get processed before the .htaccess files.

Best wishes,
Mike

--
Digitial photo printing - http://www.fotoserve.com/

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to