Fix MB vs. GB
[mailsize.git] / .htaccess
1 AddHandler cgi-script .cgi
2 <Files "index.html">
3         RewriteEngine On
4         RewriteRule ^.*$ http://localhost/mailsize.cgi [P,L]
5 </Files>