# Basic .htaccess for geoip.coffermedia.com

# Disable directory listing
Options -Indexes

# Deny direct access to config and cron directories from the web
RedirectMatch 404 ^/config/
RedirectMatch 404 ^/cron/
