> When I try to open that url cake of course looks for a ststistics > controller. How can I open the "real" url? Do I have to change > the .htaccess?
This is one example of how you could set up the htaccess ignore rule: http://bin.cakephp.org/saved/32472. In this example, /stats is the URL to ignore. You'll find lots of good examples and technical details in Apache's Docs: http://httpd.apache.org/docs/2.2/rewrite/rewrite_intro.html. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
