This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Password protect this directory | |
# ========================================== | |
AuthType Basic | |
AuthName "Restricted Area" | |
AuthUserFile /etc/httpd/conf/.htpasswd | |
require valid-user | |
# Make PHP code look like other code types | |
AddType application/x-httpd-php .asp .py .pl |
NewerOlder