magento - 1.9 - Unable to login to admin panel -



magento - 1.9 - Unable to login to admin panel -

i new in magento. have installed magento on localhost. after installing have tried login admin, can't able login. have tried in different browsers, browsers redirecting login page itself. have tried solution given in this question. producing error.

please 1 help me solve issue.

do not edit files. first, verify cookie domain right in magento configuration in

system > configuration > web

this should match url using access local store.

otherwise here alternate method supports multiple local stores. in suggestion

1: adding local domain in local hosts file

2: updating apache configuration (if using mamp/xammp)

3: setting domain in magento configuration base of operations url , cookie domain.

this method uses new local domain url (http://local.domain.com/) , consistant resolved domain / login issues i've had.

mac:

open terminal (command + spacebar, type "terminal" , nail enter) type

sudo nano /etc/hosts

add next line bottom of hosts file. press ctrl+v move bottom of page, , add together following:

127.0.0.1 local.domain.com

windows:

instructions here

update apache configuration add together vhost directive per instructions in other reply here

magento session login admin

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -