From Subtle Armadillo, 10 Years ago, written in Plain Text.
This paste is a reply to Untitled from Aqua Sheep - 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.  
  8. #ErrorDocument 404 /index.php
  9. </IfModule>
  10.  

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Flying Dolphin text 10 Years ago.