by Sharp678.
Hi,
I'm also new and ill try to give some suggestions,
I also had some similar problem, then i realize the permission issue for the config.php file which i copied needed a change.
did you try using :
- sudo su
- cd /var/www/html
- chown root:root -R moodle/
- ii (to check)
You may also want to try to check your "/etc/sysconfig/selinux" is it set to SELINUX=disabled, if not change it and reboot. (Your moodle was previously working so i dont think its this)
If this is not the case pls provide the error given from the browser and /var/logs/httpd/error_log (last few line). This might help.