I tried to migrate the pacmall.net server to my local WAMP machine because I installed the Redis server on my Windows 8 system and Redis client extensions on the WAMP.
I was able to see the frontend home page and backend.
When I clicked any link on the home page, I got the following error message:
The requested URL /apparel-shoe-jewelry/jewelry-watches/watches was not found on the server.
Does any of you know what cause the above problem.
1 Answer 1
Have you enabled rewrites in your webserver?
http://www.webdevdoor.com/php/mod_rewrite-windows-apache-url-rewriting
If so... Do you have the .htaccess file in the root of the project?
- 
 Thanks. The .htaccess was missing because pacmall.net is running on Nignx and does not have the .htaccess. Thanks again!!Adam Shuy– Adam Shuy2016年01月20日 21:30:54 +00:00Commented Jan 20, 2016 at 21:30
- 
 If this helped you then you'd accept the answer as valid. That's how this page works ;)Raul Sanchez– Raul Sanchez2016年02月17日 11:34:47 +00:00Commented Feb 17, 2016 at 11:34
Explore related questions
See similar questions with these tags.