Magento settings important for developers

As a magento developer we must need to know few important settings. Below are few settings

Q.   How to change currency type in magento through magento Admin?
A.   Go to System tab select  Configuration option . Now from right side menus click on General tab and change country  for which you want to change currency?
Now you can check on front end your currency has been changed accroding to your default category.

Q.  How to remove ugly index.php from URL?
A. Go to system admin >> Configuration >> Web (tab in right side) .
Now click on Search Engine Optimization and select Use Web Server Rewrites to yes

Q.  Why magento is giving 404 error or not showing proper URL of Magento?
A. Because Magento is zend based architecture so this is necessary to check which controller is being called and which action is called.To know which controller is being called for magento open

app/code/core/Mage/Core/Controller/Varien/Router/Standard.php

and search the getControllerFileName function .
From here you can see the controller name

The following two tabs change content below.

Chandra Shekhar

GCP Architect
Chandra Shekhar Pandey is Google certified Cloud engineer, I am Magento2 Trained developer. Having huge experience in designing cloud solution. I have around 12 years of experience with world enterprise IT companies and fortune 500 clients. During my architecture design I am always caring about high availability, fast performance and resilient system. From the programmer background I have huge experience in LAMP stack as well. Throughout my carrier I have worked on Retail, E-Learning, Video Conferencing and social media domain. The motive of creating cutehits was just to share the knowledge/solutions I get to know during my day to day life so that if possible I can help someone for same problems/solutions. CuteHits.com is a really a very effort for sharing knowledge to rest of the world. For any query/suggestion about same you can contact me on below details:- Email: shekharmca2005 at gmail.com Phone: +91-9560201363

Latest posts by Chandra Shekhar (see all)

You may also like...