mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-07 12:44:06 +02:00
Require auth to access
This commit is contained in:
parent
5d4d209549
commit
0a36379642
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
AuthType Basic
|
||||
AuthName "Biolab Catalogue System"
|
||||
AuthUserFile /var/www/biolab/.htpasswd
|
||||
Require valid-user
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ app/webroot/ [L]
|
||||
RewriteRule (.*) app/webroot/$1 [L]
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue