Ajrose/heizfabrik/master/.htaccess - Htaccess File

Ajrose/heizfabrik/master/.htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^hausfabrik.at$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.hausfabrik.at$ 
RewriteCond %{REQUEST_URI} !web/
RewriteRule (.*) /web/$1 [L]
RewriteRule ^schedule/index.php$ /schedule/? [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache