HotelQuickly/PhpReports/master/.htaccess - Htaccess File

HotelQuickly/PhpReports/master/.htaccess

<IfDefine production>
AuthType Basic
AuthName "Welcome to pandas show"
AuthUserFile /htdocs/report.hotelquickly.com/.htpasswd
Require valid-user
</IfDefine>

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]

DirectoryIndex index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache