I am very new to URL re-writing and I am using Plesk which is window-based web server, hence I can't use Apache's mod_Rewrite. Can anyone tell me what is the proper procedure for this?
|
|
If you use Plesk there is usually a server section where you can configure which Apache modules should be activated. "rewrite" or "mod_rewrite" is the one to activate. Then it depends on your software or scripts to make actually use of this module. [Edit] Do you have the url rewrite extension available or can it be installed? See http://www.iis.net/downloads/microsoft/url-rewrite |
|||||||||||
|
|
its isapirewrite.com we have to install this This s/w will work same as mod_rewrite in windows web servers They will charge some $99 for s/w |
|||
|
|
|
You can import the .htaccess rules on Windows hosting without any problems. If you have access to to IIS manager, just enter it, go to your domain and open the section Url-rewrite rules.Then use the Import button and your rules will be automatically imported to your web.config file. |
|||
|
|