Forum Moderators: phranque
acl targetlist url_regex -i www.taget-site.net(where url_regex is the rewriteCond and www.target-site.net the rewriteRule)
what do i have to do to define an exact match for just www.target-site.net
as the domainname?
what to match www.target-site.net?
and finally to match
www.example.net/blah/exp/blah.htm?
thanks in advance!
I dug this up last night while working a regex problem:
Not real in-depth, but useful and covers a few more regex points than the
excerpt in Engelschall's mod_rewrite documentation... If a site search here
doesn't turn up what you need, try Google using "regular expressions
regex" :)
Jim