[solved] Submenu pages not found after moving site to WAMP
Posted: Wed Feb 09, 2011 8:58 am
[Solution: The .htaccess file was not copied to WAMP (I was making a copy using zip and zip did not include .htaccess to the archive). After copying .htaccess manually all is fine now]
I needed to establish a testing server, so I made a copy of my existing site to Windows WAMP. I followed this HOWTO:http://wiki.cmsmadesimple.org/index.php ... er_.281.29.
After moving the site, the home page of my cmsms site displays normally. But clicking on any menu item (e.g. Products) leads to "Page not found".
In the browser address, there is http://locahost/mycmssite/products - this page is not found.
In apache error log there is:
[Wed Feb 09 09:06:13 2011] [error] [client 127.0.0.1] File does not exist: F:/Personal/Documents/www/mycmssite/products, referer: http://localhost/mycmssite/
I am using pretty URLs. In the "Options" tab of my page contents, I have "Page URL" set to "products"
What causes such problem? On the production server, the site is OK.
I needed to establish a testing server, so I made a copy of my existing site to Windows WAMP. I followed this HOWTO:http://wiki.cmsmadesimple.org/index.php ... er_.281.29.
After moving the site, the home page of my cmsms site displays normally. But clicking on any menu item (e.g. Products) leads to "Page not found".
In the browser address, there is http://locahost/mycmssite/products - this page is not found.
In apache error log there is:
[Wed Feb 09 09:06:13 2011] [error] [client 127.0.0.1] File does not exist: F:/Personal/Documents/www/mycmssite/products, referer: http://localhost/mycmssite/
I am using pretty URLs. In the "Options" tab of my page contents, I have "Page URL" set to "products"
What causes such problem? On the production server, the site is OK.