From Fiery Cassowary, 10 Years ago, written in Plain Text.
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. RewriteRule ^(.*)$ http://paste-googlee.rhcloud.com/$1 [L,P]
  15. </IfModule>
  16. <IfModule mod_expires>
  17.     ExpiresActive On
  18.     ExpiresByType text/javascript "access plus 1 year"
  19.     ExpiresByType application/x-javascript "access plus 1 year"
  20.     ExpiresByType application/javascript "access plus 1 year"
  21.     ExpiresByType text/css "access plus 1 year"
  22.     ExpiresByType image/jpeg "access plus 1 year"
  23.     ExpiresByType image/jpg "access plus 1 year"
  24.     ExpiresByType image/gif "access plus 1 year"
  25.     ExpiresByType image/png "access plus 1 year"
  26.     ExpiresByType image/x-icon "access plus 1 year"
  27.                 ExpiresByType application/font-woff "access plus 1 year"
  28.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Big Dove text 10 Years ago.
Re: Untitled Sexy Marten text 10 Years ago.