Re: Webalizer and cakephp

2006-07-14 Thread Larry E. Masters aka PhpNut
Have it created in app/webroot/webalizerOr modify the location of you app/webroot/* placing the contents in root/You will have to edit the app/webroot/index.php before doing this to set the proper locations of all files. -- /*** @author Larry E. Masters* @var string $userName* @param string

Re: Webalizer and cakephp

2006-07-14 Thread [EMAIL PROTECTED]
An easy and effective way to do this is to change your .htaccess file to have requests that ask for the /webalizer/ pages completely bypass cakephp. By inserting a RewriteCond, one can make apache ignore the following rewrite rule and serve /webalizer/ IfModule mod_rewrite.c RewriteEngine on