# Make sure PHP doesn't try to fix strings for us
php_value magic_quotes_gpc off

# Disable the Pragma header (no-cache kill the PNG transparency hack for IE):
Header unset Pragma

RewriteEngine on
RewriteBase /mapchat2

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]

# RewriteCond %{HTTPS} on
RewriteRule !\.(ico|gif|jpg|png)$ index.php
