nikochan2k/projeqtor-ja/master/api/.htaccess - Htaccess File

nikochan2k/projeqtor-ja/master/api/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
   
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?uri=$1
</IfModule>

AuthUserFile "./.htpasswd"
AuthName "ProjeQtOr" 
AuthType Basic
require valid-user

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache