On Wednesday, 25 July 2012 00:57:22 UTC+2, Daniel Baird wrote
Have you checked that the paths inside your .htaccess files are correct? If you've renamed folders, e.g. "legacyApp" or whatever, then the rewrites might be borked.
Hi Daniel, thank you for the reply.
The .htaccess files are exactly equal to those found in the cakephp tutorial. Should this be the case? Here are the contents of the file in the root folder:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
Thank you,
Luís
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment