I’ve downloaded a project from a root server. It acts there very fine. But when i run the project in the localhost on xampp environment, didn’t find the any css nor any images. How can i solve this problem?
Share
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 should also verify the contents of your .htaccess files in the root install directory, in
/appand/app/webroot. Depending if you are serving CakePHP from a subdirectory (like http://domain.com/somesubdirectory/) you might have to add aRewriteBasedirective to your .htaccess file in/app/webroot/. Details here.