What should I do if I can't access it?
无声的泪
无声的泪 2018-03-01 10:56:48
0
1
1535

<VirtualHost *:80>

    ServerAdmin webmaster@dummy-host2.example.com

    DocumentRoot "D:\WebPHP"

    ServerName localhost

    ServerAlias localhost

    ErrorLog "logs/dummy-host2.example.com-error.log"

    CustomLog "logs/dummy-host2.example.com-access.log" common

</VirtualHost>

<VirtualHost *:80>

 DocumentRoot "D:\www\video/public"

 ServerName web.php.demo

</VirtualHost>

<Directory "D:\www\jqlyi">

    Options Indexes FollowSymLinks Includes ExecCGI

    AllowOverride All

    Order allow,deny

    Allow from all

</Directory>


无声的泪
无声的泪

reply all(1)
雕花笼

Directory should be in VirtualHost

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