phpStudy2017 updates the latest vhosts.conf file and cannot save it
Benny
Benny 2017-09-29 10:47:21
0
3
1179

phpStudy2017 updates the latest vhosts.ini After configuring the URL information, it will be restored when you reopen it.

<VirtualHost _default_:80>

DocumentRoot "C:\phpStudy\PHPTutorial\WWW"

<Directory "C:\phpStudy\PHPTutorial\WWW"> ;

Options -Indexes FollowSymLinks ExecCGI

AllowOverride All

Order allow,deny

Allow from all

Require all granted

</Directory>

</VirtualHost>


Benny
Benny

reply all(3)
逗比孩儿不动手

That must be because after clicking the modify button, you continue to click save to generate the configuration file. Both steps are indispensable

Day

After configuring, be sure to click Save and generate the configuration file. The server will restart

Day

By default, it will be configured by software and according to a fixed format. If it is manually configured, the software format is incorrect and cannot be read. Please use site domain name management to configure it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!