SuiteCrm8 installation with bitnami lampstack virtual machine

Hi Dale,

thanks for your informations.
From bitnami docs (Debug Apache errors) I found out that the Apache error log file is located at /opt/bitnami/apache2/logs/error_log .

So I tried to access the suitecrm folder with the following address: https//192.168.0.120/suitecrm/
I got the forbidden error.

I looked into the error_log file and at the end found the following error:

[Wed Mar 02 18:57:47.967915 2022] [core:crit] [pid 993:tid 139795875456768] (13)Permission denied: [client 192.168.0.8:32980] AH00529: /opt/bitnami/myapp/suitecrm/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/opt/bitnami/myapp/suitecrm/’ is executable

I checked and found out the “suitecrm” directory with permissions 644, so changed to 755.
Then I checked .htaccess file permission, found 644, so no change.
I restarted apache.
Tried the same address (https//192.168.0.120/suitecrm/), same result “Forbidden”.

What do you think?

Thanks
Mario

Thanks for letting me know.
Mario