Hello all my friend, I have a website that developed under cakePHP. i was developed it in my pc on xampp server which installed in c:/xampp. The website running properly in my PC. But when i copy the website code to my laptop which is has the same xampp version installed, also in c:/xampp, the website not running properly. In my browser i have this notification, indicates the files cannot be read: Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Please help me to solve this problem. & please show me where exactly the problem is. may be it will help My PC: - Win XP - XAMPP 1.7.2! - c:/xampp - default xampp configuration My Laptop: - Win XP - Kapersky - XAMPP 1.7.2! - c:/xampp - default xampp configuration Thanks in advance
404 errors mean the file can not be found, which means you either didn't copy all the files over properly, or you are using a .htaccess file which you didn't copy over either. Double check to make sure all your files got copied over properly. Beyond that, check the database and make sure all the settings match your laptop's environment properly.
It sounds like its going to be one of three issues. 1. mod_rewrite is not enabled, which would be strange on a default install of XAMPP 2. a .htaccess file is missing, check In the root,app dir, and webroot dir. 3. Make sure you have imported the database and have linked it to yours app/config/config.php
Hi Junandya, Were you able to solve the "Object not found!" issue? I am having the same problem using XAMP with cakephp. Thanks in advance for your help.