Ngày đăng: Oct 03, 2010 5:25:22 PM
Cấu hình httpd-vhosts.conf :
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot "E:/xampp/htdocs"
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "E:/afit-framework/afw"
ServerName afw.com
</VirtualHost>
<Directory "E:/afit-framework/afw">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>