This is my third try. Everytime I click on the IP, it prompts me to download a file.
Basically, I am not a big fan of RAM consuming panels, so I am not using cyberplanel.
Issue I am facing: Whenever I hit the IP in my browser, it's asking me to download a file that says:
<?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' );
I have referred almost all tutorials that show on Google.
What am I doing wrong?
Basically, I am not a big fan of RAM consuming panels, so I am not using cyberplanel.
Issue I am facing: Whenever I hit the IP in my browser, it's asking me to download a file that says:
<?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' );
I have referred almost all tutorials that show on Google.
What am I doing wrong?