Magento configuration and Migration issues in windows server

We have faced below list of issues while using Magento in windows server.

  1. Magento 1.* PHP version should be 5.*
  2. url_rewrite – Need to use web.config based on IIS version
  3. In My case, url_rewrite not installed. To check this follow below steps.
    ->Start IIS Manager (Start >> Run, type inetmgr and hit enter).
    ->In IIS, select the Default Web Site.
    ->Under Features View, click URL Rewrite. (Its not displayed my case)
  4. Installed url_rewrite and fixed the issues.

    I will be continue soon….

Leave a Reply

Your email address will not be published. Required fields are marked *