/var/www/.htaccess
Code: Select all
Access-Control-Allow-Origin: *
AuthUserFile "/var/www/.htpasswd"
AuthType Basic
AuthName "Authenticate!"
require valid-user
Code: Select all
admin:[encrypted password]
Code: Select all
Access-Control-Allow-Origin: *
AuthUserFile "/var/www/.htpasswd"
AuthType Basic
AuthName "Authenticate!"
require valid-user
Code: Select all
admin:[encrypted password]