Configuring ISAPI rewrite for multiple domains

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 4
Joined: 27 Feb 2013, 13:30

Configuring ISAPI rewrite for multiple domains

27 Feb 2013, 13:37

Hi,

We have Helicon 3.1.0.82 (Lite version) working for domain1.org.

We want to know how to configure the software for other domains (domain2.org, domain3.org) that we have as well?

Thank you for your help!

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Configuring ISAPI rewrite for multiple domains

28 Feb 2013, 01:17

Hello,

First, I need to provide you with the list of limitations that LITE version has - http://www.helicontech.com/isapi_rewrite/doc/litever.htm

The way you can specify the rule for a specific domain is having the following condition in front of a rule:

RewriteCond %{HTTP:Host} ^domain2\.com$ [NC]


Regards
Andrew

User avatar
Posts: 4
Joined: 27 Feb 2013, 13:30

Re: Configuring ISAPI rewrite for multiple domains

05 Mar 2013, 14:07

Andrew,

My apologies for the delayed response, I forgot to enable notifications on the thread. Thank you for your guidance.

User avatar
Posts: 4
Joined: 27 Feb 2013, 13:30

Re: Configuring ISAPI rewrite for multiple domains

18 Mar 2013, 16:36

Hi,

I added the condition you suggested in front of the rule and to no avail.

Code: Select all
RewriteCond %{HTTP:Host} ^domain2\.com$ RewriteRule Redirect$ Long URL [R=301,L,NC]


To clarify, we want to give out domain 2 with redirect , however the page is on the domain1.

Thanks for your help.

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 15 guests