would the issue be something to do with the [last]

Vincent Bray wrote:
> On 05/03/07, Norman Khine <[EMAIL PROTECTED]> wrote:
>>   #Awstats rewrite
>>   #
>>   RewriteRule   /awstats-icon(.*)
>> /usr/share/webapps/awstats/6.5-r1/hostroot/icon/$1 [last]
>>   RewriteRule /stats(.*)
>> /usr/share/webapps/awstats/6.5-r1/hostroot/cgi-bin/awstats.pl$1 [last]
>>
>>   #ZOPE rewrite
>>   #
>>   RewriteRule ^/(.*)
>> http://domain.com:8080/VirtualHostBase/http/domain.com:80/users/user/VirtualHostRoot/$1
>>
>> [L,P]
> 
> I can't think of any reason why the zope rewrite would trump the other
> one but anyway try making the skipping of /stats explicit. Add this
> directly before the rewrite to zope.
> 
> RewriteCond %{REQUEST_URI} !^/stats
> 

-- 
Norman Khine
7 rue Ponscarme, Paris, 75013, France
tel +33 870 628 934 fax +33 142 724 4437
email: [EMAIL PROTECTED]

http://www.abakuc.com http://www.uktravellist.info
http://www.destinationsguide.info



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