Magento admin error 404

Asked

Viewed 1,251 times

3

I moved my shop in the magento to another domain, I changed the urls in the database, and I cleaned cache, HOME access normal, but admin is giving error 404, how should I proceed?

Loja Magento

1 answer

2


Your problem is index.php

http://rvipsuplements.com.br/rvip/index.php/admin

Set up your htaccess correctly or enable Retrieve url in your php.ini

Other things that might be

Can be compiled enabled, if disabled or recompile, if admin is locked all pages in 404 use:

php -f shell/compiler.php -- state
php -f shell/compiler.php -- disable
php -f shell/compiler.php -- enable
php -f shell/compiler.php -- clear

It can be cache, cookies, check the local.xml file where contain database and password if access to administration has not changed.

This is normal access http://rvipsuplements.com.br/rvip/downloader/ You may have enabled admin browsing with https, ai when you enter http from 404.

May have missed/at the end of some url

  • By not getting your css, it’s probably missing the last '/' at the end of the urls, or mapped the wrong urls.

  • ah man, I’ll redo, this template has already given me a lot of headache, ta Oko kkk, Valew guys

Browser other questions tagged

You are not signed in. Login or sign up in order to post.