ahuggup86 Wrote:
-------------------------------------------------------
> why when i access my localhost dashboard here
> [
localhost], where it says Your Virtualhost
> there is nothing showing under there even though i
> can access my virtual host directly... this scares
> me at times cause i do setup virtual host in my
> vhost.conf file an the dashboard is what i always
> access for shortcut at times.
>
> # Use name-based virtual hosting.
> #
> NameVirtualHost *:80
>
> #
> # VirtualHost example:
> # Almost any Apache directive may go into a
> VirtualHost container.
> # The first VirtualHost section is used for all
> requests that do not
> # match a ServerName or ServerAlias in any
> block.
> #
>
> ##################################################
> #####
>
> # Client1
>
> ServerAdmin webmaster@localhost
> DocumentRoot "E:/wamp/www/client1"
> ServerName client1
> ErrorLog "E:/wamp/www/client1/logs/error.log"
> CustomLog
> "E:/wamp/www/client1/logs/access.log" combined
>
> Options Indexes FollowSymLinks
> Order allow,deny
> Allow from all
>
>
>
> ##################################################
> #####
have anyone had this same issue how do i have my virtual host show up under the localhost dashboard for quick acess