Hello, I'm trying to do something that seems as if it would be fairly common, but I just can't get it to work.
I want to do a "not" match for a regex host match. basicall I want this: *.example.com example.com both to redirect to: www.example.com Doing this with wildcards of course is an infinite redirect, but to do this with a "not" match would work. Basically like: if not www.example.com then redirect to www.example.com I'm not great with regex which is my problem in the first place. Thanks, Jim _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
