Apache http basic authentication to protect www.site.come/acquisitions/viewLead/viewLead/ put the following in the virtual host portion of the config of the site
htaccess file: Content of .htaccess file
to create a new password file
htaccess with digest (encryption) AuthType Digest AuthName "secure" AuthUserFile /etc/apache2/htpasswd/secure AuthDigestDomain /secure/ https://hal.compute.info/secure/ Require valid-user <Files *.html> ForceType application/x-httpd-php </Files> to create a new password file:
|
Apache >