#SetEnv APPLICATION_ENV development
#SetEnv APPLICATION_ENV production

RewriteEngine On
RewriteBase /mailtrace
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

order deny,allow
allow from all
#allow from 192.168.100.0/24
#allow from 10.0.0.0/8
