cms
hub
ini
credentials.php
hub.cms.htaccess
include.php
www.htaccess
sql
www
LICENSE
README.md
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
AuthType Basic
|
|
AuthName "cms"
|
|
AuthUserFile "/path/to/file"
|
|
require valid-user
|
|
Order deny,allow
|
|
Deny from all
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Allow from IPADDRESS
|
|
Satisfy All
|