Issue
I have created an Apache2 server which is accessible from the Net. But when I added a subfolder which is: myserver/test
=> this address is not accessible (404 Not found error)
How can I fix this?
Solution
OK, i found the solution.
Indeed, i wanted to add a virtual host, so i've modified the apache2.conf file. And in the bottom of this file, i've commented an important line which is : include available-sites
Right now every thing is ok
Answered By - Ali Answer Checked By - Candace Johnson (WPSolving Volunteer)