SciencesPoDRIS/iamassaccess/master/.htaccess - Htaccess File

SciencesPoDRIS/iamassaccess/master/.htaccess

RewriteEngine On

RewriteRule ^$ front/app/

# If an existing asset or directory is requested go to it as it is
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]

# If the requested resource doesn't exist, use /app/index.html
RewriteRule ^ /front/app/index.html

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache