gmultani12/is_lyft_in/master/.htaccess - Htaccess File

gmultani12/is_lyft_in/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ $1.html [NC,L]

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

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, SCRIPT_FILENAME

Comments

Apache