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

[QSA,L]
RwriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
#ErrorDocument 404 /index.php
</IfModule>

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Beige Mockingbird text 10 Years ago.