Guest Posted March 28, 2006 Posted March 28, 2006 Hi, all-- I have a store that is working fine on a *nix server. I recently tried to copy the store to a Windows IIS server. My problem is that the urls for products and categories, etc are something like"default.php/cPath/21_149". The new server doesn't recognize those url variables, so it just gives constant 404s. Any help would be greatly appreciated. Thanks in advance.
jefs.42 Posted March 29, 2006 Posted March 29, 2006 Look in admin under Configuration->My Store. Check the setting for Use Search-Engine Safe URLs (still in development). My guess is that this is set to true which gives you the default.php/cPath/21_149 urls rather than the usual default.php?cPath=21_149 I would assume the first one could work on windows too, but it might have to do with php and/or server settings to pass the parameters from the backslashes to the default.php file correctly. It's currently probably looking at that whole thing as a directory.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.