I’m trying to setup my cakephp work on server
Purchased godaddy shared server
when i go to my site http://xyz.com/cake/
I’m getting 404 error
The requested URL /xyz/cake/app/webroot/ was not found on this server.
anyhelp plz ??
Thanks,
Satish
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to set the correct
RewriteBasein your.htaccessif you’re going to run Cake inside a subdirectory.Both
/xyz/cake/.htaccessand/xyz/cake/webroot/.htaccess(assuming/xyz/cakeis the path to Cake and your app dir) need to be updated./xyz/cake/.htaccess:
/xyz/cake/webroot/.htaccess: