Jump to content

SEO URL's not working after migration


Recommended Posts

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 by agusluc (see edit history)
Link to comment
Share on other sites

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

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

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 by agusluc (see edit history)
Link to comment
Share on other sites

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 by agusluc (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...