kglogowski/stockhub/master/app/config/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache