I have a subdomain say dev.domain.com that points to document root public_html/dev
.
Worked fine, but for good reasons I renamed the folder dev
to devm19
, also modified the subdomain to point to public_html/devm19
.
Problem is I can’t login to the admin – The form for UN and PW is there, credentials are correct, but the form key in URL bar keeps refreshing, you just can’t get inside to admin.
Any idea?
2
Answers
I was able to solve the issue by modifying app/etc/local.xml.
Added/replaced records for:
See the result of the below SQL
If it gives you “dev.domain.com” in the value field, then either make it blank or give “devm19.domain.com” as value.
Then flush the cache, open the admin panel in private window and you will be able to login.