HELP! So I'm trying to install Multicraft on CentOS 8 I've install all my prereqs (Apache, MySQLm PHP) However I'm getting a failure with the message "The "protected" directory of your front end must not be accessible through the webserver" I've located a few lines in the httpd.conf file that I've changed from AllowOverride None to All and this hasn't made any difference. Any ideas? Thanks
You probably have a local .htaccess that has rules in it that are blocking, I would check all file structure levels leading towards your frontend files.