Tagged Questions
2
votes
1answer
542 views
=~ (equal-sign tilde) and m“ … ” in .htaccess directive
I saw this bit of code on an old forum post:
SSLRequire %{HTTP_HOST} =~ m"\.secure\.powweb\.com"
And I was just wondering what the =~ and m" ... " meant. I've been searching online and in the ...