From Flying Dolphin, 10 Years ago, written in Plain Text.
This paste is a reply to Re: Untitled from Subtle Armadillo - view diff
Embed
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. #RewriteBase /
  4. RewriteCond %{HTTP:X-Forwarded-Proto} !https
  5. RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
  6. RewriteRule ^(.*)$ https://paste-googlee.rhcloud.com/index.php?/$1 [QSA,L]
  7. RwriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
  8. #ErrorDocument 404 /index.php
  9. </IfModule>
  10.  

Replies to Re: Re: Untitled rss

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