borkweb/plymouth-webapp/master/webapp/ir-reports/.htaccess - Htaccess File

borkweb/plymouth-webapp/master/webapp/ir-reports/.htaccess

php_value auto_prepend_file none
php_value auto_append_file none

RewriteBase /webapp/ir-reports/

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.html/$1 [L,QSA]
RewriteRule ^$ index.html/ [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache