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

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Obese Porcupine text 10 Years ago.