search

Home  >  Q&A  >  body text

How to access LAN mobile phone

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,还是无法访问

烈火烈火2248 days ago1363

reply all(1)I'll reply

  • 胤彬-

    胤彬-2018-11-23 14:03:57

    IP access must be placed in the root directory

    reply
    0
  • Cancelreply