I
I
Ivan Kolchev2017-02-12 15:44:36
ubuntu
Ivan Kolchev, 2017-02-12 15:44:36

Help with xampp. What to do?

Hello. Created host "clicker.loc". When you go to it, this page opens: 37c024c3cc584be489776bb51fbcd997.pnginstead of the desired one.
File /etc/hosts/:

127.0.0.1   localhost lampp xampp clicker.loc
127.0.1.1   SATELLITE-C660

File opt/lampp/etc/extra/httpd-vhosts.conf :
NameVirtualHost 127.0.0.1:80
  
<VirtualHost 127.0.0.1:80>
    ServerAdmin [email protected]
    DocumentRoot "/opt/lampp/htdocs"
    ServerName lampp
    ServerAlias xampp
</VirtualHost>
  
<VirtualHost 127.0.0.1:80>
    ServerAdmin [email protected]
    DocumentRoot "/home/vanya/Web/clicker.loc"
    ServerName clicker.loc
    ServerAlias www.clicker.loc
    ErrorLog "/opt/lampp/logs/clicker.loc-error_log"
    CustomLog "logs/clicker.loc-access_log" common
</VirtualHost>

How to fix? Thanks

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question