erossi/adgb_library/master/articles/secure/.htaccess - Htaccess File

erossi/adgb_library/master/articles/secure/.htaccess

Auth_PGhost localhost
Auth_PGport 5432
Auth_PGdatabase biblioteca
Auth_PGpwd_table password
Auth_PGuid_field username
Auth_PGpwd_field password
AuthName "access Articles Restricted Area"
AuthType basic
Auth_PG_encrypted off
Auth_PGpwd_whereclause "and area='articles'"

<LIMIT GET POST>
require valid-user
</LIMIT>

On Github License

Files

Download PDF of Htaccess file
GET, POST

Comments

Apache