<VirtualHost *:80>
ServerAdmin lizhiliang@lelai.com
DocumentRoot "C:/wamp/www/TP-Admin/Public"
ServerName tp-admin.hhailuo.com
ErrorLog "logs/tp-admin.hhailuo.com-error.log"
CustomLog "logs/tp-admin.hhailuo.com-access.log" combined
<Directory "C:/wamp/www/TP-Admin/Public">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>