From Crippled Dove, 10 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Untitled from Silly Eider - view diff
Embed
  1. RewriteEngine on
  2. #RewriteBase /
  3. RewriteCond %{HTTP:X-Forwarded-Proto} !https
  4. RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
  5. RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
  6. #RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
  7. SetOutputFilter DEFLATE
  8. FileETag MTime Size
  9.  
  10. <IfModule !mod_rewrite>
  11.     ErrorDocument 404 /index.php
  12. </IfModule>
  13.  
  14. <IfModule mod_expires>
  15.     ExpiresActive On
  16.     ExpiresByType text/javascript "access plus 1 year"
  17.     ExpiresByType application/x-javascript "access plus 1 year"
  18.     ExpiresByType application/javascript "access plus 1 year"
  19.     ExpiresByType text/css "access plus 1 year"
  20.     ExpiresByType image/jpeg "access plus 1 year"
  21.     ExpiresByType image/jpg "access plus 1 year"
  22.     ExpiresByType image/gif "access plus 1 year"
  23.     ExpiresByType image/png "access plus 1 year"
  24.     ExpiresByType image/x-icon "access plus 1 year"
  25.                 ExpiresByType application/font-woff "access plus 1 year"
  26.     ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
  27.     ExpiresByType application/x-font-ttf "access plus 1 year"
  28.     ExpiresByType font/opentype "access plus 1 year"
  29.     ExpiresByType image/svg+xml "access plus 1 year"
  30. </IfModule>
  31.  

Replies to Re: Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Re: Untitled Baby Elephant text 10 Years ago.