Issue
I just looked into the Joomla File-permissions in the Backend and saw that the Configuration.php
can't be written because it uses a 444 is this the correct CHMOD or do I need something else?
Solution
The configuration.php need readonly "0444", same for:
index.php
/administrator/index.php
/templates/your_template/index.php
All „.htaccess“-Files
All Files with „.css“
Directory should have „0755“
and File generaly „0644“
Answered By - Lovntola Answer Checked By - Clifford M. (WPSolving Volunteer)