Wordpress Installation on Litespeed Enterprise

#1
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?
 
Last edited:
#3
You can check this out for custom installation
https://www.litespeedtech.com/suppo...peed_wiki:installation:wordpress_installation

or
Best one :-

install openlitespeed using one click master ols(Type ols one click on browser to get it ) for custom or install from cloud partners that are hosting with .

If you want enterprise version
then
Use command with root privileges

/bin/bash <( curl -sk https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/ols2ent-v2.sh )
Enter enterprise licence and accept terms you are good to go in easy steps!

Check it out for more settings on ssl ,Hsts etc.

https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-upgrade-to-litespeed-enterprise
 
Top