From Bulky Mousedeer, 10 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Untitled from Mustard Iguana - go back
Embed
Viewing differences between Re: Re: Untitled and Re: Re: Re: Untitled
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase #RewriteBase /
RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
RewriteRule ^(.*)$ https://paste-googlee.rhcloud.com/index.php?$1 [QSA,L]


[QSA,L]
ErrorDocument 404 /index.php

</IfModule>
<IfModule mod_expires>
    ExpiresActive On
    ExpiresByType text/javascript "access plus 1 year"
    ExpiresByType application/x-javascript "access plus 1 year"
    ExpiresByType application/javascript "access plus 1 year"
    ExpiresByType text/css "access plus 1 year"
    ExpiresByType image/jpeg "access plus 1 year"
    ExpiresByType image/jpg "access plus 1 year"
    ExpiresByType image/gif "access plus 1 year"
    ExpiresByType image/png "access plus 1 year"
    ExpiresByType image/x-icon "access plus 1 year"
                ExpiresByType application/font-woff "access plus 1 year"
    ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
    ExpiresByType application/x-font-ttf "access plus 1 year"
    ExpiresByType font/opentype "access plus 1 year"
    ExpiresByType image/svg+xml "access plus 1 year"
</IfModule>



Replies to Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Untitled Eratic Coyote text 10 Years ago.