Hi there,
Does anyone know how to write a regular expression that matches the following. I'm using this for redirecting and can't quite get it to work right.
I want the regular expression to match anything but the following:
www.test.comweb1.test.com
web2.test.com
So anything else like say...
test.com
blah.test.com
qwerty.test.com
123.test.com
Note: The domain will always end in test.com but may have a path like test.com/index.html
Many thanks in advance!!
-CT
Start Free Trial