Code:
sudo dpkg-reconfigure -plow phpmyadmin
If this does not work, then you can do the following to include the phpMyadmin-shipped Apache configuration into Apache:
Code:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf sudo /etc/init.d/apache2 reload
And you to edit the file /etc/phpmyadmin/apache.config
in the bottom part of the doc there is this:
# Authorize for setup
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
Require valid-user
# Disallow web access to directories that don't need it
Order Deny,Allow
Require valid-user--------------------here there was as Deny from All---------------
Order Deny,Allow
Require valid-user--------------------same as above--------------------------------
in the bottom part of the doc there is this:
# Authorize for setup
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
Require valid-user
# Disallow web access to directories that don't need it
Order Deny,Allow
Require valid-user--------------------here there was as Deny from All---------------
Order Deny,Allow
Require valid-user--------------------same as above--------------------------------
source : click here
No comments:
Post a Comment