• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ISAPI Rewrite

deFektive

n00b
Joined
Jun 14, 2005
Messages
39
Hey is anyone familiar with ISAPI rewrite? I need a quick explination of how it works.
I've got a project i'm doing at work where they need me to put this in place... I made the mistake of saying i was familiar with it.

This is the sample code im working with:
Code:
RewriteCond URL (?!/admin.php).*

Here's the site:
http://www.isapirewrite.com/

I think my problem is just with the regular expression... If anyone is familiar with this can you just post a couple sentances explaining how it works to clear things up for me?

Thanks guys,
:: Defektive ::
 
nevermind... after thoroughly reading through the documentation and a little bit of trial and error i think i get it.
 
Back
Top