kglogowski/stockhub/master/app/config/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^www.jgadek.freshweb.com.pl/photohub/(.*) [NC] RewriteRule ^(.*)$ http://jgadek.freshweb.com.pl/photohub/$1 [R=301,L] RewriteEngine On RewriteCond %{HTTP_HOST} ^(www.)?jgadek.freshweb.com.plphotohub$ [NC] RewriteCond %{REQUEST_FILENAME} !/web/ RewriteRule ^(.*)$ /web/$1 [L] </IfModule>