Magento August 23, 2012

How to enable Search Engine Friendly URLs in Magento

How to enable Search Engine Friendly URLs in Magento To enable Search Engine Friendly URLs in Magento, you have to log in to the Magento administration area and click on the Configuration button. Under the System navigation menu, switch to Web page from the sub-navigation panel on the left. When the page loads, you will …

How to enable Search Engine Friendly URLs in Magento Read More »

Magento August 23, 2012

How to reset Magento Admin Password

How to reset Magento Admin Password Go to your cPanel > phpMyAdmin, select your Magento database, click the SQL tab and paste this query: UPDATE admin_user SET password=CONCAT(MD5(‘admin123’), ‘:sG’) WHERE username=’AdminUsername’; Note: You have to change newpass in the MD5(‘admin123’) with your new password, and change *AdminUsername* to your Magento admin username. Execute the query …

How to reset Magento Admin Password Read More »

Magento August 23, 2012

How to configure Magento to work with a new domain

Easy steps for ‘How to configure Magento to work with a new domain’ There are two things you should do in order to configure Magento to work with a new domain: Edit the Magento database Go to your cPanel > phpMyAdmin. Select your Magento database from the  left menu, find the table called core_config_data and …

How to configure Magento to work with a new domain Read More »