1

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!!! enter image description here

EVEN IT SHOWING IN FLASH SCREEN OF WAMPSERVER

enter image description here

Dilip Suthar
  • 65
  • 1
  • 8

0 Answers0