netdeamon/angular-bootstrap/master/public/.htaccess - Htaccess File

netdeamon/angular-bootstrap/master/public/.htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} ^api. [NC]
RewriteCond %{REQUEST_URI} !^/api/ [NC]
RewriteRule ^ api%{REQUEST_URI} [NE,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME, REQUEST_URI

Comments

Apache