xampp官网:https://www.apachefriends.org/

因为是国外网站下载很慢,可以从腾讯下载:https://pc.qq.com/detail/1/detail_3041.html

Apache 的 D:\xampp\apache\conf\httpd.conf 配置修改

<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>

配置网站修改 D:\xampp\apache\conf\extra\httpd-vhosts.conf

<VirtualHost *:80>
    DocumentRoot "D:\WEB\wxrobot"
    ServerName www.z3.com
</VirtualHost>

 

相关文章:

  • 2022-02-08
  • 2021-12-15
  • 2021-06-15
  • 2021-08-09
  • 2021-12-21
  • 2021-08-30
  • 2021-07-15
猜你喜欢
  • 2022-03-08
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2022-02-11
  • 2022-01-07
相关资源
相似解决方案