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

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

Title Name Language When
Re: Re: Re: Re: Re: Untitled Crippled Dove text 10 Years ago.