alevikzs/phrest-app/master/.htaccess - Htaccess File

alevikzs/phrest-app/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^live.ph.com$
    RewriteRule ^(.*)$ web/index.php?_url=/$1 [QSA,L]

    RewriteCond %{HTTP_HOST} ^test.ph.com$
    RewriteRule ^(.*)$ web/test.php?_url=/$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache