How to convert .htaccess file into web.config

From Hostek.com Wiki
Revision as of 16:14, 8 August 2016 by Briana (Talk | contribs) (Created page with "Below are the steps to convert an .htaccess file into IIS's web.config format. # Open IIS (launch IIS Manager) directly on the server. # In the connections pane, select your...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Below are the steps to convert an .htaccess file into IIS's web.config format.

  1. Open IIS (launch IIS Manager) directly on the server.
  2. In the connections pane, select your site.
  3. Double-click on URL Rewrite.
  4. On the right, select “Import Rules”
  5. Copy-paste your .htaccess file or select it under “Configuration file”
  6. Click the “Xml view” to view in the web.config format.