Is the Webroot you show in your directory structure the CakePHP one? If so, you have put it in the wrong place. It should be app/webroot (unless you want to do non-standard setup - if so you need to look very carefully at how you configure your .htaccess directives).
-- It seems like you are just starting to use CakePHP. I would suggest you put CakePHP in a subdirectory. i.e.
public_html/
->gallery
-><the-name-of-your-CakePHP-app>/
->/app
->/lib
Be sure to move the .htaccess file that Cake put in your public_html directory down in the subdirectory for your app. If you had a .htaccess file in public_html before you put CakePHP there, you probably want to replace it.
HTH,
Ken
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment