apache/conf/extra/httpd-vhosts.conf

<VirtualHost *:80>

   ServerAdmin postmaster@dummy-host2.localhost

   DocumentRoot "D:/workspace/glambox"

   ServerName www.glambox.me

   SetEnv APPLICATION_ENV dev

   <Directory D:/workspace/glambox>

Order allow,deny

Allow from all

AllowOverride All

   </Directory>

</VirtualHost>