tags:

views:

7

answers:

0

I'm trying to write RewriteRule with 2 RewriteConds.

The first rewrite rule is using maxminds mod_geoip(www.maxmind.com/app/ip-location) which works fine.

The second one I need to only capture the root index (i.e. mysite.com)


The rule should not be matched if the url is mysite.com/hi-mom, only the root of the website.

Also assuming this one RewriteCond would work for any URL that I may change to (http://mysite.com/help and only this URL)