Hi Jason,

Not entirely sure what you mean but why not put your html files in a
folder under pages, and follow a similar approach to this:
http://groups.google.es/group/cake-php/browse_thread/thread/6e85b3aa89c7f57a/7f005960b93e2b93?lnk=gst&q=AD7six+pages+voila&rnum=1#7f005960b93e2b93

Re excluding stats,
one solution is to just create a .htaccess file in that folder to turn
off mod rewrite, this should be pretty close:

<IfModule mod_rewrite.c>
           RewriteEngine off
</IfModule>

Cheers,

AD7six


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to