How to access LAN mobile phone
烈火
烈火 2018-11-20 08:22:28
0
1
1372

DocumentRoot  "D:\myphp_www\PHPTutorial\WWW"

<Directory />

    Options Indexes FollowSymLinks

    AllowOverride All

    Order deny,allow

    Allow from all

    Require all granted

</Directory>

<VirtualHost _default_:80>

DocumentRoot "D:\myphp_www\PHPTutorial\WWW"

  <Directory "D:\myphp_www\PHPTutorial\WWW">

    Options -Indexes -FollowSymLinks ExecCGI

    AllowOverride All

    Order allow,deny

    Allow from all

    Require all granted

  </Directory>

</VirtualHost>

全部配置成all,还是无法访问

烈火
烈火

reply all(1)
胤彬-

IP access must be placed in the root directory

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template