It is a SELinux blocking issue, Linux prevented httpd access. Here is the solution:
# restorecon '/var/www/html/wiki/index.php'# restorecon -R '/var/www/html/wiki/index.php'# /sbin/restorecon '/var/www/html/wiki/index.php'
It is a SELinux blocking issue, Linux prevented httpd access. Here is the solution:
# restorecon '/var/www/html/wiki/index.php'# restorecon -R '/var/www/html/wiki/index.php'# /sbin/restorecon '/var/www/html/wiki/index.php'