From Rude Leech, 10 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Untitled from Eratic Coyote - view diff
Embed
  1. <Directory />
  2. Options +FollowSymLinks
  3. AllowOverride All
  4. </ Directory>
  5. <IfModule mod_rewrite.c>
  6. RewriteEngine on
  7. #RewriteBase /
  8. RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
  9. RewriteRule ^(.*)$ https://paste-googlee.rhcloud.com/index.php?/$1 [QSA,L]
  10.  
  11. ErrorDocument 404 /index.php
  12.  
  13. </IfModule>
  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 Corrupt Porcupine text 10 Years ago.