Wamp就是Windows 下的Apache Mysql PHP集成环境。

 

支持phpmyadmin

 

注意:安装前请先安装VC 2010运行库(vcredist2010.exe ),否则会提示没有找到MSVCR100.dll而导致安装失败;

 

 

 

1,打开localhost时

Forbidden

You don't have permission to access / on this server.

 

 

修改httpd.conf

将<Directory "c:/wamp/www/"> 的

 Deny from all 

改为

  Allow from all

 

 

 

参考

官方网站

相关文章:

  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2022-03-10
  • 2021-11-01
  • 2022-01-18
  • 2021-07-19
  • 2021-04-30
相关资源
相似解决方案