Below is the code i putted in httpd-vhosts.conf on directory "C:\wamp64\bin\apache\apache2.4.27\conf\extra"
<VirtualHost *:80>
ServerName customhost.dev
DocumentRoot "${INSTALL_DIR}/www/customhost/"
<Directory "${INSTALL_DIR}/www/customhost/">
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
================================================================ Below is the code i putted in host file on directory "C:\WINDOWS\system32\drivers\etc\hosts"
::1 localhost
::1 customhost.dev
================================================================
FACING BELOW ISSUE TRIED MANY TIMES!!!
EVEN IT SHOWING IN FLASH SCREEN OF WAMPSERVER