Created
October 3, 2015 04:02
-
-
Save pablocattaneo/80310bd8c489d0eff047 to your computer and use it in GitHub Desktop.
Fix admin access Magento local host. Correr el script en la base de datos de Magento. http://www.iugo.com.uy/blog/magento-no-puedo-entrar-al-admin-solucionado/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE core_config_data SET value="http://127.0.0.1/mitienda" WHERE path IN ('web/unsecure/base_url','web/secure/base_url') ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment