ych622/tax1on1/master/.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<ifmodule mod_deflate.c>
DeflateCompressionLevel 9
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-httpd-php application/x-javascript
</ifmodule>
<IfModule mod_headers.c>
<FilesMatch ".(php)$">
Header set Last-Modified "Thu, 8 Nov 2011 22:00:00 GMT"
</FilesMatch>
</IfModule>
## EXPIRES CACHING ##
php_value memory_limit 128M
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresByType text/javascript "access plus 1 year"
ExpiresDefault "access plus 7 days"
## EXPIRES CACHING ##
order allow,deny
deny from 129.105.6.222
deny from 66.249.66.238
deny from 66.249.66.238
allow from all
FileETag none
On Github License
Files