hello!
I have problem with base path route. In routes.php:
Router::connect ('/', array('controller'=>'sites',
'action'=>'index'));
but when I connect to http://localhost/ - I get content of apache
htdocs dir.
I make chages in httpd.conf and set mod_rewrite how its describe here
http://book.cakephp.org/view/37/Apache-and-mod_rewrite-and-htaccess.
Another routes works fine and problem only with base path route.
Thanks for any advice
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---