httpd-vhosts.conf
<VirtualHost *:80>
    ServerAdmin webmaster@localhost
    DocumentRoot “D:/wamp/www/kayun/frontend/web”
    ServerName localhost
    ErrorLog “logs/localhost-error.log”
    CustomLog “logs/localhost-access.log” common
<Directory “D:/wamp/www/kayun/frontend/web”>
    AllowOverride All
    Order allow,deny
    Allow from all