Home > Article > Backend Development > php static file configuration
<code><span><span>DocumentRoot</span></span><span>"C:/xampp/htdocs"</span><span><Directory "C:/xampp/htdocs"></span><span><span>Options</span></span> Indexes FollowSymLinks Includes ExecCGI <span>AllowOverride</span><span>All</span><span>Require</span><span>all</span> granted <span></Directory></span><span>#app虚拟网站目录配置开始</span><span><VirtualHost *:80></span><span><span>DocumentRoot</span></span> D:\git\yonglibao\app <span><span>ServerName</span></span> app.com <span></VirtualHost></span><span><Directory "D:\git\yonglibao\app"></span><span><span>Options</span></span> Indexes FollowSymLinks Includes ExecCGI <span>AllowOverride</span><span>All</span><span>Require</span><span>all</span> granted <span></Directory></span><span>#app虚拟网站目录配置结束</span></code>
<code><span>127.0</span><span>.0</span><span>.1</span> app<span>.com</span></code>
<code><span>extension=<span>php_igbinary.dll</span></span><span>extension=<span>php_redis.dll</span></span></code>
Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.
The above introduces the PHP static file configuration, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.