Skip to content

Instantly share code, notes, and snippets.

View andrewstobbe's full-sized avatar

Andrew Stobbe andrewstobbe

  • Parker, Colorado
View GitHub Profile
# 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