incognite/sos-api/master/api/web/.htaccess - Htaccess File

incognite/sos-api/master/api/web/.htaccess

<IfModule mod_rewrite.c> 
  RewriteEngine on

  RewriteRule ^ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d   
</IfModule>

RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache