> If i check the list of virtualhost this is what i get (apachectl -S):
This output didn't show any virtualhosts. Is the config file you show
Include'd somewhere?
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For a
I'd start separate the sites (default, vhosts) into different paths.
You have your 2 sites, within the default site (nesting).
/opt/lampp/htdocs
/opt/lampp/www/test1.dev
/opt/lampp/www/test2.dev
If it still doesn't work - the logs would tell something.
/Eric
On 10/3/19 14:48 , Raf Roger wrote:
Hi,
i have an issue with virtualhost.
i have 2 local websites that i need to work on. I use XAMPP 7.3 under
Kubuntu 19.04.
All code is located under /opt/lampp/htdocs.
when i try to get access to http://test1.dev website, browser redirect me
to XAMPP default directory and display its content.
he