I moved one prestashop site from one host to another. What I make is this:
1. Copy all the files from the host -> Paste them into new host
2. Export database from old host -> Import into database on new host
3. Then I change values in config/settings.inc.php
4. Change values with the new domain in database table ps_shop_url -> domain, domain_ssl, physical_url
5. Change values in database table ps_configuration -> PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL
.htaccess is also changed according to new host:
before - RewriteRule . - [E=REWRITEBASE:/presta/]
after - RewriteRule . - [E=REWRITEBASE:/]
Now the shop seems to work except some images but when I try to open admin panel http://example.com/admin324r498 I got 404 error page.
What can be the problem?