kristopolous/linkgo.es/master/.htaccess - Htaccess File

kristopolous/linkgo.es/master/.htaccess

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^(.+)$  /redir.php?url=$1 [L]

RewriteCond %{HTTP_HOST} www.rt2.me$  [NC]
RewriteRule ^(.*)$ http://rt2.me/$1 [R=301,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache