- RewriteEngine on
- #RewriteBase /
- RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
- RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
- SetOutputFilter DEFLATE
- FileETag MTime Size
- <IfModule !mod_rewrite>
- ErrorDocument 404 /index.php
- </IfModule>
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteRule ^(.*)$ http://paste-googlee.rhcloud.com/$1 [L,P]
- </IfModule>
- <IfModule mod_expires>
- ExpiresActive On
- ExpiresByType text/javascript "access plus 1 year"
- ExpiresByType application/x-javascript "access plus 1 year"
- ExpiresByType application/javascript "access plus 1 year"
- ExpiresByType text/css "access plus 1 year"
- ExpiresByType image/jpeg "access plus 1 year"
- ExpiresByType image/jpg "access plus 1 year"
- ExpiresByType image/gif "access plus 1 year"
- ExpiresByType image/png "access plus 1 year"
- ExpiresByType image/x-icon "access plus 1 year"
- ExpiresByType application/font-woff "access plus 1 year"