ini 虚拟主机apache magento2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini 虚拟主机apache magento2相关的知识,希望对你有一定的参考价值。

<VirtualHost *:80>
  ServerAdmin info@example.com
  DocumentRoot "/Users/example/Sites/magento2"
  ServerName local.magento2
  <Directory "/Users/example/Sites/magento2">
    Options Indexes FollowSymLinks Includes
    AllowOverride All
    Allow from All
    Order deny,allow
  </Directory>
</VirtualHost>

ini Apache虚拟主机模板

## ServerName should have the same value as the URL in the hosts file.
## Assuming XAMPP is utilizing port 80...
## No need for a trailing slash on DocumentRoot or <Directory "">
## Unsure if forward slash or backward slash makes a difference...

## <Site name> ##
<VirtualHost *:80>
    DocumentRoot "C:\Users\PATH\TO\SITE"
    ServerName site-name.tld
    <Directory "C:\Users\PATH\TO\SITE">
		Options FollowSymLinks
		AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

以上是关于ini 虚拟主机apache magento2的主要内容,如果未能解决你的问题,请参考以下文章

ini Apache虚拟主机

ini Apache的主机配置

无法在我的本地主机 (XAMPP) 上安装 Magento 2

ini 在Jessie上设置新的虚拟主机:https://www.linode.com/docs/websites/apache/apache-web-server-debian-8

要启用扩展,请验证它们是不是已在这些 .ini 文件中启用 - Vagrant/Ubuntu/Magento 2.0.2

ini 配置Apache虚拟主机和PHP使用; http://stackoverflow.com/questions/9110179/adding-virtualhost-fails-access-f