daniellowtw/Angular-Parse-Redirect-App/master/r/.htaccess - Htaccess File

daniellowtw/Angular-Parse-Redirect-App/master/r/.htaccess

Options +FollowSymLinks
RewriteEngine on
RewriteBase /r

# Do not rewrite for files or directory
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]

# everything else redirect to router
RewriteRule ^ index.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache