I need to match
http/https with or without www. any case (hTtp, WwW, etc)
then after those, mysite.com and then anything after .com
i am trying to write a script to detect if it is on my domain.
I got something to work, but it wouldnt do case insensitive for the url
thanks