Installed OLS and lost access to WP sites

#1
Hi,

I installed OLS on my root using the 1-click install method with the default settings and I am a total noob. Once the installation was complete, I lost access to WP sites which are showing a generic OLS page. Is there a way to revert this back to how it was before? Thanks
 

Cold-Egg

Administrator
#2
Hi,
Did you install with this https://openlitespeed.org/kb/1-click-install/?
If you did not enter any -W or --wordpress parameters, then the script will install openlitespeed only.
If you want to have wordpress install, follow
1. Run the script again with -W `./ols1clk.sh -W`
2. Manually login to the web admin > Listeners > update both port 80 and 443 listeners to map WordPress Virtual Host.
3. Graceful restart web server, then it should start working.
 
Top