CaseInsensitive On
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
# Enable GZIP compression
#
#AddOutputFilterByType DEFLATE text/html text/plain text/xml
#
# Caching
#ExpiresActive On
#ExpiresByType image/gif A604800
#ExpiresByType image/png A604800
#ExpiresByType image/jpg A604800
#ExpiresByType image/jpeg A604800
#ExpiresByType application/javascript A604800
#ExpiresByType application/x-javascript A604800
# ExpiresByType text/css A604800
AddHandler php-cgi .php
Action php-cgi /cgi-bin/php-cgi