I want to catch all URL's in the root folder of the url www.example.com
The url cannot end in a trailing slash, and can't contain any slashes at all.
so these should pass:
www.example.com/abc
www.example.com/abc123-asdf
www.example.com/abc123/ ** FAIL!
also, the sub-folders, like:
www.example.com/asdfsd/asdf ** FAIL!