test1.co/fullpath
---------------------------------------
http://test1.co/fullpath
http://sub.test1.co/fullpath
---------------------------------------

test2.co/.*
---------------------------------------
http://test2.co/fullpath
http://sub.test2.co/fullpath
http://sub.sub.sub.test2.co/fullpath
---------------------------------------

*.test3.co/.*
---------------------------------------
http://sub.test3.co/fullpath
http://sub.sub.test3.co/fullpath
http://sub.sub.sub.test3.co/fullpath
---------------------------------------

*.sub.test4.co/.*
---------------------------------------
http://sub.sub.test4.co/fullpath
http://sub.sub.sub.test4.co/fullpath
---------------------------------------

sub.test5.*/.*
---------------------------------------
http://sub.test5.co/fullpath
---------------------------------------

test6.*/.*
---------------------------------------
http://test6.co/fullpath
---------------------------------------

(regexp)test7\.\w+/[a-z]+\.\w{1,5}
---------------------------------------
http://regexptest7.co/fullpath.html
---------------------------------------

test8.co/[a-z]+\.htm
---------------------------------------
http://test8.co/fullpath.htm
http://sub.test8.co/fullpath.htm
---------------------------------------

test9.co/%C3%A4%C3%B6%C3%BC%C3%9F%C3%84%C3%96%C3%9C
---------------------------------------
http://test9.co/%C3%A4%C3%B6%C3%BC%C3%9F%C3%84%C3%96%C3%9C
http://sub.test9.co/%C3%A4%C3%B6%C3%BC%C3%9F%C3%84%C3%96%C3%9C
---------------------------------------

test10.co/fullpath.-_
---------------------------------------
http://test10.co/fullpath.-_
http://sub.test10.co/fullpath.-_
---------------------------------------

test11.co/fullpath-
---------------------------------------
http://test11.co/fullpath-_
http://sub.test11.co/fullpath-_
---------------------------------------

test12.co/fullpath-
---------------------------------------
http://test12.co/fullpath-_
http://sub.test12.co/fullpath-
---------------------------------------

test13.co/fullpath1234567890
---------------------------------------
http://test13.co/fullpath1234567890
http://sub.test13.co/fullpath1234567890
---------------------------------------

http://test14.co/fullpath?ref=test
---------------------------------------
---------------------------------------

http://test15.co/fullpath\?ref=test
---------------------------------------
http://test15.co/fullpath?ref=test
http://sub.test15.co/fullpath?ref=test
---------------------------------------

sub.test16.co/.*
---------------------------------------
http://sub.test16.co/fullpath
http://sub.sub.test16.co/fullpath
http://sub.sub.sub.test16.co/fullpath
---------------------------------------

test17.co/^fullpath$
---------------------------------------
http://test17.co/fullpath
http://sub.test17.co/fullpath
http://sub.sub.test17.co/fullpath
---------------------------------------