Jump to content

Prestashop frontend page is not redirecting properly after migration


Recommended Posts

Hi. I had a Prestashop installation working properly on a development site, when I migrated it stopped working. I can log into admin fine, but the frontend of the shop never loads, the browser just says "Page is not redirecting properly" and dies at "http://www.example.com/shop/index.php?"

 

I've cleared the caché, verified the DB connection info, correct new domain and URI in the database, tried turning error reporting to E_ALL, setting php.ini to

 

; Disable PHP register globals
register_globals
= Off
; Disable PHP magic quotes
magic_quotes_gpc
= Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

 

Also, disabled canonical URLs, reuploaded all files several times just in case some were missing, and basically every solution I've read here for similar problems. Don't know what to try now D:

 

Please, help!

Edited by alteregodiego (see edit history)
Link to comment
Share on other sites

from back office regenerate you .htaccess file

 

back office-->preferences-->seo & url's

 

if friendly url is enabled, disable save then enable save (reverse if friendly url's not enabled)

 

the point being is to rebuild the .htaccess file used by PrestaShop

Link to comment
Share on other sites

×
×
  • Create New...