2012年9月6日 星期四

phpmyadmin xampp new security concept


phpmyadmin xampp new security concept

http://www.apachefriends.org/f/viewtopic.php?p=196736

http://www.apachefriends.org/f/viewtopic.php?f=17&t=50902&p=196185#p196185

摘錄:
In a terminal:
Code: Select all
sudo gedit /opt/lampp/etc/extra/httpd-xampp.conf


In gedit, Find:
<Directory "/opt/lampp/phpmyadmin">

And add the line to the <Directory>:
Require all granted

After this, the section reads:
Code: Select all
<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    Require all granted
</Directory>

沒有留言:

張貼留言