Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Edit /etc/hosts
127.0.0.1 localhost
127.0.1.1 myname-desktop
127.0.0.1 myname.projectname.dev
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/opt/lampp/htdocs/projectname"
ServerName myname.projectname.dev
ErrorLog "logs/myname.projectname.dev-error_log"
CustomLog "logs/myname.projectname.dev-access_log" common
</VirtualHost>
# Virtual hosts
Include etc/extra/httpd-vhosts.conf
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question