I cannot enter to the XAMPP adminstration panel if i create a virtual host

Discussion in 'Apache' started by tirengarfio, Jan 26, 2010.

  1. #1
    Hi,

    i have installed XAMPP i think ok, at least if the write localhost/xampp i go to the administration panel.

    Then i have added a virtual host this way:

    I have written this in httpd-vhosts.conf:

    <VirtualHost *:80>
       ServerName rs.localhost
       DocumentRoot /opt/lampp/htdocs/rs/web 
    </VirtualHost>
    Code (markup):
    and this is my /etc/hosts


    
    127.0.0.1 localhost
    127.0.1.1 tirengarfio-laptop
    
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    
    # Virtual Hosts
    127.0.0.1 rs.localhost
    
    Code (markup):
    My problem: after that i can not enter to the XAMPP administration panel any more..I says: Object not found! The request URL was not found in this server.

    Any idea?

    Javi
     
    tirengarfio, Jan 26, 2010 IP