URL-rewriting on Plesk using ISAPI_rewrite3 Lite

Posted by Anusha on Pro Webmasters See other posts from Pro Webmasters or by Anusha
Published on 2012-10-05T09:54:46Z Indexed on 2012/10/05 21:55 UTC
Read the original article Hit count: 259

Filed under:
|
|
|
|

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.

© Pro Webmasters or respective owner

Related posts about seo

Related posts about htaccess