Thanks for replies =)
Request method POST would not have an OR flag because every RewriteCond is checking POST “and” X.
duh, I was in a rush… (have edited my example)
didn’t bother to add OR because the conditions are “is not” and not “is”, which would require using OR
oh, well… I didn’t know about that… got some googling to do
[edit: thanks for reply
If the Request is a POST Request and the URL is not X and the URL is not Y and the URL is not Z
very helpful… perhaps I should also write things out before asking]
Cheers, Max