操作步骤:
打开 D:\wamp\bin\apache\apache2.4.9\conf\httpd.conf 文件,大概在第242行
把
<Directory />
AllowOverride none
Require all denied
</Directory>
改成
<Directory />
AllowOverride none
Require all granted
</Directory>
即可。重启wamp
时间: 2024-10-03 19:00:43