Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.htaccess 135B

1234567
  1. AuthUserFile /home/utd/.htpasswd
  2. AuthName "UTD-Hosting Admin"
  3. AuthType Basic
  4. <Limit GET POST PUT DELETE>
  5. require valid-user
  6. </Limit>