Hello,
This is my second try. I am installing wordpress on Litespeed Enterprise. 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 omegle xender 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?
This is my second try. I am installing wordpress on Litespeed Enterprise. 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 omegle xender 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?
Last edited: