monasubaih/BTCdemo/master/app/view/.htaccess - Htaccess File

monasubaih/BTCdemo/master/app/view/.htaccess

<IfModule mod_rewrite.c>

   Options +FollowSymLinks 
   RewriteEngine on 
   RewriteCond %{HTTP_HOST} .
   RewriteRule    ^$ http://69.174.115.101/~expertta/WebRoot/    [L]
   RewriteRule    (.*) http://69.174.115.101/~expertta/WebRoot/$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache