I have a little problem.
When I look to my localhost website, I have to write to address bar localhost/index.php
.
If I write only localhost
, I get Apache2 Default Page, but my configuration files are set good (I think).
httpd.conf (/opt/lampp/etc)
DocumentRoot "/home/xfce/Documents/www/"
<Directory "/home/xfce/Documents/www/">
So what is and where is my problem?
I am using Debian Stretch (xfce).