Anwar

Posts

Magento No Input File Specified

A common error, which usually comes up if you’re hosted by GoDaddy, is the no input file specified error. If you do not have Magento...

Magento reduce server response time

If your score on GT Matrix is 96/100  and on YSlow is 82/100 then i think its very very good.  Also check your website on...

Magento to shopify migration

When you are building an online store, one of the key decisions that impact your growth is the choice of the eCommerce platform. Magento is...

Magento transfer one domain to another domain

How to Transfer Magento Learn how to move your Magento site from one hosting account to another This tutorial provides detailed information on how to...

Magento upgrade 1.3 to 1.4

Wow! What a day I had yesterday. Upgrading Magento from 1.3.2.4 to 1.4.0.1 was an absolute nightmare! I managed to get a clients installation up...

Magento ver. 1.9.2.0 to 1.9.2.2 update

This Magento upgrade tutorial will help guide you through the process of updating / upgrading your Magento installation from 1.4+ to 1.9.2.1. which was released...

Magento How to move your website from one domain to another

For instance, our Magento site is currently working at www.template-test.com/magento and it needs to be moved to another domain atwww.templatetesting.com/magento. Here are the steps to follow: Log into...

Move an email account from one cPanel server to another

Easily move an email account from one cPanel server to another Moving an email account (including old emails) from one cPanel server to another is...

How to export database from Amazon RDS MySQL instance to local instance?

To export db from RDS mysqldump -h rds.host.name -u remote_user_name -p remote_db > remote_db.sql When prompted for password, provide the password To import db on...