• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

All domains show me Sitebuilder

S

Stefanie

Guest
Hello,

I have installed SB4 on Linux 10.2 with ServerAdmin24. My problem is, that all domains I request show me the Sitebuilder.

Thank you for help.
 
by default sitebuilder generates webserver config that makes apache listen on port 80 of the first available ip address.
If you want to access sitebuilder only on the specific domain (e.g. sitebuilder.example.com) edit your apache config file and enable name-based virtual hosting on your_ip:80, then run

sb_config --sb_hostname=sitebuilder.example.com
 
Back
Top