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