i have set up cake php project files from live server to local server in WAMP.
with out adding the files i can access the url.But adding the server files to local showing error as
''Not Found" and “requested url was not on the server” .
How can i resolve this issue.
The first place I always look is at the .htaccess files. No localhost Cake without those! and ‘adding the server files to local’ might have left those invisible files behind?
I have found I have to poke around in the apache httpd.conf file as described in addition to getting the .htaccess files described in the article in place.
My experience is in getting an Apple system running and even then, I’m often at the limits of knowledge. So I probably won’t be much help on specific solutions to your problems.
It might be worth using one of the described installation processes to install a fresh, empty, Cake environment and get that running. Then you will have a proof of concept before trying to get your copied-in code running.
Yeah, unless you are trying to do something very non-standard, there should be no reason at all that your webroot’s .htaccess file would have anything other than just “index.php” without any path on it at all.