Forum Replies Created

Viewing 31 replies (of 31 total)
  • The problem might be the permission set for the file. If you can access the file through terminal then you can try the command “chmod 755 wp-config.php” . If it is not working then you can try changing the file owner to apache by running command “chown apache:apache wp-config.php”. If both doesn’t work you can mannually write the configuation to the wp-config.php and reload the page.

Viewing 31 replies (of 31 total)