Website access

I can’t get my website in both http and https with the same. in http at first i was getting apache welcome but in https my own content then i removed apache welcome page with sudo rm -f /etc/httpd/conf.d/welcome.conf command and now in http i only get white screen of Index of / please some one tell me how to make both urls to show my content or at least get my content on http. i don’t need https that every time tells people that certificate has security issue. I just want to load my website on http anyone can help with that?

You have to install Cyberpanel on a new, clean server that does not have apache (or anything else) pre-installed

Fixed it with

yum remove httpd
systemctl restart lsws
1 Like