Hello,
I installed lsws enterprise on ubuntu 22.04 without using any panel.
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 __DIR__ . '/wp-blog-header.php';
please advise and if you need any info please ask
Thanks in advanced.
I installed lsws enterprise on ubuntu 22.04 without using any panel.
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 __DIR__ . '/wp-blog-header.php';
please advise and if you need any info please ask
Thanks in advanced.