index.php on the root level of cake should never be called instead / app/webroot/index.php should be called.
See: http://book.cakephp.org/view/333/A-Note-on-mod_rewrite In addition you must set your Apache to automatically launch index.php. Normally there is index.html > index.shtml > index.php for instance. You can set the document root of your subdomain directly to call /app/ webroot/index.php instead of /index.phpThis for instance is my setup that goes beyond the standard apache's httpd.conf (its included at the end) Its for apache 1.33 - no idea if it works flawlessly on 2.x branch http://bin.cakephp.org/view/692654845 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
