Hi @Ayman team, while the task for Apache troubleshooting, after starting httpd service, it is running. But when I curl to that sever:port, it was displaying below information. I tried to troubleshoot why the below information is occuring & put the task under review. Even in the review & over the net I was not able to get possible solution. But when retring the task I found that the task was successfull even with below error.
So please advise what does below error mean & how task got succeeded with that.
If the below thing is not an error, request your support to provide necessary task points
Error
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme. *
* @package WordPress */
/**
* Tells WordPress to load the WordPress theme and output it. *
* @var bool */ define(‘WP *USE* THEMES’, true);
/** Loads the WordPress Environment and Template */
require( dirname( **FILE** ) . ’/wp-blog-header.php’ ); <?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme. *
* @package WordPress */
/**
* Tells WordPress to load the WordPress theme and output it. *
* @var bool */ define(‘WP *USE* THEMES’, true);
/** Loads the WordPress Environment and Template */
require( dirname( **FILE** ) . ’/wp-blog-header.php’ );