Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am using Plesk Windows based web server with Windows 2008 server OS with IIS-6 for my e-commerce website.

I want to rewrite URLs for all dynamic pages, So I installed ISAPI_Rewrite 3 Lite on my web server also I had uploaded the .htaccess file with the basic rules as follows

RewriteEngine on
RewriteRule ^contact\.html$ contactus.php? [NC,R]

I never worked before with ISAPI neither on URL- rewriting.

My doubt is

  1. How should I proceed after installation.
  2. Should I upload .htaccess or httpd.conf file OR
  3. This s/w has ISAPI_Rewrite Manager which gives place to edit httpd.conf, Should I write rules on this.

Anyways I had tried all these steps but unfortunately I couldn't find any remedies. Any immediate solution will be appreciable.

share|improve this question
The website for the software isapirewrite.com has a link to a PDF document which describes how to do it. Have you read that? – paulmorriss Oct 5 '12 at 16:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.