I get the raw regular expression back. Is it possible to mask this, and
instead return the actual regular expression matchedaccount? I.E. foo.mydomain.com.
I get the raw regular expression back. Is it possible to mask this, and
instead return the actual regular expression matchedaccount? I.E. foo.mydomain.com.
The “HOST” http-header is correct, I am just wondering if I can modify or
prevent the raw regular expression being exposed in
$_SERVER[‘server_nam’].
Why? The only meaningful information it could hold would be the same as
that passed via the Host header. You already have that information. Just
use the Host header.