in reply to Re: If Simplification
in thread If Simplification
I thought it would end up being fairly straightforward, I think my problem was trying to do the whole lot at once rather than bits at a time, and then combine, cheers for that!if (($ENV{REQUEST_URI} !~ $regex) || ($ENV{REQUEST_URI} =~ $regex and + $ENV{REQUEST_URI} =~ $regex2)) {}
|
|---|