- <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]
- #ErrorDocument 404 /index.php
- </IfModule>