From Aqua Sheep, 10 Years ago, written in Plain Text.
Embed
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. #RewriteBase /
  4. RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
  5. RewriteRule ^(.*)$ https://paste-googlee.rhcloud.com/index.php?/$1 [QSA,L]
  6.  
  7. #ErrorDocument 404 /index.php
  8. </IfModule>
  9. <IfModule mod_proxy.c>
  10.   ProxyRequests On
  11. </IfModule>
  12. <IfModule mod_expires>
  13.     ExpiresActive On
  14.     ExpiresByType text/javascript "access plus 1 year"
  15.     ExpiresByType application/x-javascript "access plus 1 year"
  16.     ExpiresByType application/javascript "access plus 1 year"
  17.     ExpiresByType text/css "access plus 1 year"
  18.     ExpiresByType image/jpeg "access plus 1 year"
  19.     ExpiresByType image/jpg "access plus 1 year"
  20.     ExpiresByType image/gif "access plus 1 year"
  21.     ExpiresByType image/png "access plus 1 year"
  22.     ExpiresByType image/x-icon "access plus 1 year"
  23.                 ExpiresByType application/font-woff "access plus 1 year"
  24.     ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
  25.     ExpiresByType application/x-font-ttf "access plus 1 year"
  26.     ExpiresByType font/opentype "access plus 1 year"
  27.     ExpiresByType image/svg+xml "access plus 1 year"
  28. </IfModule>
  29.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Subtle Armadillo text 10 Years ago.