Keywords: PhpBB - OS X - How to - Other
Description:
Hello people, I am new to bitnami. I am using 7.1.22 on my High Sierra mac.
In my browser I am able to view the index.html file in apache2/htdocs, by typing
localhost:8080 in my browsers URL field.
However, I am unable to view an index.html in a subdirectory of htdocs : if I create a subdirectory MyProject inside htdocs, and I put an index.php file inside it, and type "localhost:8080/MyProject/index.php" in the URL field, I get a 404 Not Found Error.
I guess that I should declare the subdirectory somewhere in an Apache conf file, but there are so many of them I'm not sure exactly what I should do.