Hello,

on my webserver in /wusage a tool to analyze statistics and requestes
to my website is installed.
I use cake php 1.2 and .htaccess-file.
I tried to change the .htaccess-file to the following that the link
www.example.com/wusage points to the directory /wusage and is not
handeled by cake:

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^wusage(.*) wusage/$1 [L]
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

I tried various strings but I could not find the right one.

Can anyone help me, please?

Kut.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to