skip to Main Content

I am very new to URL re-writting and I am using Plesk which is Windows based web server and hence I cant use Apache’s mod_Rewrite.. can anyone tell me steps for this to happen?

2

Answers


  1. Try ISAPI Rewrite for IIS. It supports mod_rewrite rules of Apache and it is supported by Plesk.

    Login or Signup to reply.
  2. Maybe too late for OP but it might be useful for anyone coming across this. If URL Rewrite is installed in IIS then you can follow this guide to translate htaccess into web.config.

    It worked with my case, running PHP website in a shared hosting with Plesk and IIS under ISAPI

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search