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>
Files
