NameVirtualHost *:80
<VirtualHost *:80>
ServerName www.aaa.com.tw
DocumentRoot D:/htdocs/dz
DirectoryIndex index.php index.html index.htm
<Directory "D:/htdocs/dz">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName www.bbb.com.tw
DocumentRoot D:/htdocs/dz2
DirectoryIndex index.php index.html index.htm
<Directory "D:/htdocs/dz2">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
歡迎光臨 ADJ網路實驗室 (http://dz.adj.idv.tw/) | Powered by Discuz! 6.0.0 |