<Directory "/var/www/html">
...
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
对此;
<Directory "/var/www/html">
...
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All <------change this
您可以创建一个名为的文件
.htaccess
并将其放置在 phpMyAdmin 安装目录中,内容如下;如果您配置了 VirtualHost,则需要像这样启用它;
如果您使用默认的 apache httpd.conf,即您的文件在其中,
/var/www/html
那么您需要/etc/httpd/conf/httpd.conf
像这样更改文件,然后service httpd restart
更改;对此;
作为进一步的安全建议。我通常建议在生产和开发使用期间限制对 phpMyAdmin 安装文件夹的访问,这仅仅是因为 phpMyAdmin 很容易保持打开状态,并且很受僵尸程序的欢迎,可以通过暴力等方式进行自动利用。你可以只允许你自己的 IP(如果你有像这样的已知静态 IP;)