zoic21/docker-phpmyadmin/master/.htaccess - Htaccess File

zoic21/docker-phpmyadmin/master/.htaccess

php_value post_max_size 1G
php_value upload_max_filesize 1G

AuthType Basic
AuthName "Authentication Required"
AuthUserFile "/var/www/html/pma/.htpasswd"
Require valid-user
Order allow,deny
Allow from all

On Github License

Files

Download PDF of Htaccess file

Comments

Apache