CyberPanel Community

How to fix "websites" pages not found after removing 8090 from cyperpanel

Sh
Shadi #1

After I have followed the steps in this turorial, I’m now enable to open the websites page https://<subdomain.website-domain>/websites/some-website.com . I can only access it when I use port 8090 in the url, is there any solution to the problem?

8 replies
jo
josephgodwinke #2

Happy New Year @shadi

Reboot your server or restart lscpd and lsws

systemctl restart lsws || service lsws reload
systemctl restart lscpd || service lscpd restart
reboot
Sh
Shadi #3

Still not working!

Sh
Shadi #5

Yes, this what I added:
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
REWRITERULE ^(.*)$ http://cyberpanel/$1 [P]

jo
josephgodwinke #6

Kindly just use what is there first. Remove the rest first

Sh
Shadi #7

Not working, I have removed the rest. But it is not working… The rest was for forcing https

Sh
Shadi #9

Still not working

Sign in to reply