1. I created a virtual host, running on Alma 8 (latest update). I have a MySQL server working with phpBB on a different virtual host on the same machine.
2. I created a folder called test on /var/www.
3. I unpacked all the files (as I have done many times before) to the /var/www/test folder.
4. I fire up the browser and enter http://test.mydomain.com and I get the test page.
5. I chmoded chmod -R 755 /var/www/test - no change only the test page
6. I changed this to 777. - no change
7. chown -R apache:apache /var/www/test - no change.
2. I created a folder called test on /var/www.
3. I unpacked all the files (as I have done many times before) to the /var/www/test folder.
4. I fire up the browser and enter http://test.mydomain.com and I get the test page.
5. I chmoded chmod -R 755 /var/www/test - no change only the test page
6. I changed this to 777. - no change
7. chown -R apache:apache /var/www/test - no change.