?
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.original
AccessFileName .htaccess
AllowOverride
AllowOverride None
AllowOverride AuthConfig
AllowOverride All
<Directory /> AllowOverride none </Directory>
<Directory /var/www/html> </Directory>
AuthUserFile /etc/httpd/.htpasswd AuthGroupFile /dev/null AuthName "Please enter your ID and password" AuthType Basic require valid-user
AuthUserFile?