安装WAMP完成以后,需要如下配置

设置配置文件

(1) 修改httpd端口端口

修改httpd.conf文件,修改Listen 80 为 你需要的端口号。

(2) 修改WAMP外网访问

A.将Allow from 127.0.0.1改为Allow from all

B.将Deny from all改为Allow from all

(3) 设置短格式标识

PHP设置短格式(short open tag)

相关文章:

  • 2021-05-27
  • 2021-09-23
  • 2022-02-20
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-11-25
猜你喜欢
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-02-23
  • 2021-05-28
  • 2022-12-23
相关资源
相似解决方案