php - Migrating OpenCart problems -


i migrated opencart store different server. have changed config.php files root , admin folders. can access main page , admin back-end, when go product, shows me 404 file not found error.

you can take look @ here.

what have change? there other config file missing? thanx

i found problem. had add rewriterule .htaccess:

rewriterule sitemap.xml /farmaciagimeno/index.php?route=feed/google_sitemap rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule ^([^?]*) /farmaciagimeno/index.php?_route_=$1 [l,qsa] 

Comments

Popular posts from this blog

ios - UITEXTFIELD InputView Uipicker not working in swift -

Hatching array of circles in AutoCAD using c# -