ini httpd-vhosts.conf用于可重用的Wordpress安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini httpd-vhosts.conf用于可重用的Wordpress安装相关的知识,希望对你有一定的参考价值。

<VirtualHost *:80>
	ServerName dev.host
	UseCanonicalName off
	ServerAlias *.host
	DocumentRoot E:/wamp64/www/wordpress
	<Directory  "E:/wamp64/www/wordpress/">
		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride All
		Require local
	</Directory>
</VirtualHost>

以上是关于ini httpd-vhosts.conf用于可重用的Wordpress安装的主要内容,如果未能解决你的问题,请参考以下文章

ini 的httpd-vhosts.conf

ini 的httpd-vhosts.conf

ini 阿帕奇的httpd-vhosts.conf

XAMPP配置httpd-vhosts.conf后无法启动

XAMPP 中的 httpd-vhosts.conf 在哪里?

取消注释“包含 conf/extra/httpd-vhosts.conf”时 wamp 服务器不工作