[SOLVED] Magento installation problem on wamp

Magento is a great e-commerce platform. But it carries a lot of problem while installing on wamp or a local server. Sometime, it becomes a nightmare while installing it on a localhost/wamp. Here are a few precautions if you keep in mind before installing it, your installation becomes smooth and a child play.

Here are the instructions:

  1. Turn on curl support. Just go to your php.ini and remove comment from ;extension=php_curl.dll
  2. Increase Maximum execution time to 1800 max_execution_time = 1800
  3. Increase Maximum input time to 1800 max_input_time = 1800

That’s it.