Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: Lite V: do not use filter for the site Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
alexkov
Newbie
Newbie


Joined: 04 July 2008
Online Status: Offline
Posts: 4
Posted: 16 July 2008 at 9:54am | IP Logged Quote alexkov

I use lite version. So, filter is applyed for all sites on the server.
But one of the site does not need filter. So,how I can allow site not use filter at all.
Back to Top View alexkov's Profile Search for other posts by alexkov
 
Vyacheslav
Moderator Group
Moderator Group


Joined: 02 July 2008
Location: Ukraine
Online Status: Offline
Posts: 602
Posted: 17 July 2008 at 6:10am | IP Logged Quote Vyacheslav

Hi alexkov!

There are few ways.
1) You can do it using RewriteCond, e.g.:
Code:
RewriteCond %{HTTP:Host} ^(?:www\.)?domain\.com$ [NC]
RewriteRule . -


2) You can move ISAPI_Rewrite from the server level to the site level.

__________________
Kind regards!
Vyacheslav Shinkarenko, HeliconTech.
Back to Top View Vyacheslav's Profile Search for other posts by Vyacheslav Visit Vyacheslav's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum