On Sat, Mar 29, 2008 at 8:46 AM, Sam Carleton
<[EMAIL PROTECTED]> wrote:
> Eric,
>
>  When I do the following, the rewrite rules don't seem to work.  Where
>  should I be placing the rewrite rules and what settings should I have
>  for AllowOverride to stop it from looking for the .htaccess?

RewriteRules need to be in the proper virtual host, AllowOverride none
prevents apache from looking for .htaccess files

When you pull your rules out of Directory/htaccess,  the URL you're
testing against changes (the per-directory component hasn't been
stripped out -- now it always starts with a slash)

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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