k42b3/fusio/master/public/.htaccess - Htaccess File

k42b3/fusio/master/public/.htaccess

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.php/$1 [L]

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache