Change base url of your magento application (And a bonus problem!)


Starting work with magetno (eCommerce platform). I installed the framework defining the base url as “localhost“. Everything was OK  but yet i was unable to login to admin panel. I even tried changing password in database (Changing the original password to md5 hash).

I just figured out that magento requires “.” in the host name (it should be 127.0.0.1 instead of localhost). So, i had to change the host name      every time browsing each new page from admin panel. This solved my bonus problem ;P.

The problem changing the url every time is annoying. The solution is just change localhost to 127.0.0.1 in System-> Configuration -> Web -> General .

And you have to change the web/unsecure/base_url and web/secure/base_url of “core_config_data” table of database.

After this I restarted the apache server even restarted my PC but didn’t able to get the change.

What you have to do is simply just clear your magento cache.

It’s done!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s