架設兩個網站
但是兩個網站又不想要互相被看到
所以必須要被設定
前面的設定不重要
重要的是下面的設定
<virtualhost *>
DocumentRoot "C:/www/web1"
ServerName localhost
DirectoryIndex index.php index.htm
<directory C:/www/web1>
Options FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</directory>
</virtualhost>
<virtualhost>
DocumentRoot "C:/www/web2"
ServerName matttt.no-ip.org
DirectoryIndex index.php index.htm
<directory C:/www/web2>
Options FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</directory>
</virtualhost>
0 意見:
張貼留言