<VirtuaHost *:80>
ServerAdmin <e-mail>
DocumentRoot /var/www/html/abc
ServerName serverhk.com
<Directory "var/www/html/abc">
Options FollowSymLinks
AllowOverrive None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtuaHost *:80>
ServerAdmin <e-mail>
DocumentRoot /var/www/html/xyz
ServerName sps00.hthk.com
<Directory "var/www/html/xyz">
Options FollowSymLinks
AllowOverrive None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
我唔知你係唔係想咁..
入sps00.hthk.com就真去到ZXY FILE
入serverhk.com就直去ABC... |