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
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
- How should I proceed after installation.
- Should I upload
.htaccess
orhttpd.conf
file OR - 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