agusluc Posted May 14, 2013 Share Posted May 14, 2013 (edited) I migrated my store to a new server (and new domain). The site is working, except for the SEO URL's, when i activate them, only the index work, any other URL throws a 404 error I regenerated the htaccess, cleaned all the cache, etc... nothing works. Here is my htacces: http://paste.ubuntu.com/5664837/ All the request of the domain chanchitospochocleros.com are handled by a apache virtualhost that point to the folder /var/www/html/chanchitospochocleros on my server, maybe it have someting to do with this, but i don't see how Edited May 14, 2013 by agusluc (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2013 Share Posted May 14, 2013 are you sure that you changed all entries in configuration file, which is necessary in "domain change" process? Link to comment Share on other sites More sharing options...
agusluc Posted May 14, 2013 Author Share Posted May 14, 2013 are you sure that you changed all entries in configuration file, which is necessary in "domain change" process? settings.inc.php? I changed the data for the media servers, and for the mysql conection. Should i change anything else? i think is all ok there, the site works fine with the SEO url's disabled Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 14, 2013 Share Posted May 14, 2013 Hi, you changed the database name and base URI? Link to comment Share on other sites More sharing options...
agusluc Posted May 14, 2013 Author Share Posted May 14, 2013 (edited) Hi, you changed the database name and base URI? yes, check the screenshot: Edited May 14, 2013 by agusluc (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 14, 2013 Share Posted May 14, 2013 I wonder if this would work. Make sure you have a working backup and try removing the www. for either or, or both Domain and SSL domain. Link to comment Share on other sites More sharing options...
agusluc Posted May 14, 2013 Author Share Posted May 14, 2013 I wonder if this would work. Make sure you have a working backup and try removing the www. for either or, or both Domain and SSL domain. still not working, with or without www the behaviour of the site remains unchanged Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 14, 2013 Share Posted May 14, 2013 Try toggling the automatically redirect to canonical url Link to comment Share on other sites More sharing options...
agusluc Posted May 14, 2013 Author Share Posted May 14, 2013 (edited) already tried that, it don't work. I think this is more related with some server-side configuration Edited May 14, 2013 by agusluc (see edit history) Link to comment Share on other sites More sharing options...
agusluc Posted May 14, 2013 Author Share Posted May 14, 2013 (edited) i'm loosing my mind, i tried everything i know, everything i found in google, nothing works :S the module is loaded, is under "loaded modules" in the phpinfo(); , all the prestashop settings seems to be correct, the .htacces seems correct I tried using RewriteLog and RewriteLogLevel instructions in the httpd.conf in order to get some debug output, but nothing, the log file is empty I really don't know what else should i try Edited May 14, 2013 by agusluc (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 14, 2013 Share Posted May 14, 2013 Yeah, this is strange. Are you hosting this yourself? Link to comment Share on other sites More sharing options...
agusluc Posted May 14, 2013 Author Share Posted May 14, 2013 (edited) YESS!!!!!!!!!!!!!!!!!! i solve the problem the mod_rewrite was indeed loaded, but as default is disabled (that why we need the rule "RewriteEngine on" in the htacces). The option AllowOverride was set to "off" in the httpd.conf, so the rule "RewriteEngine on" wasn't having any effect in the htaccess I changed the AllowOverride to on, and now is working. Edited May 14, 2013 by agusluc (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts