• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Turn off the trial site

P

preluderd

Guest
Is there a way to turn off the trial site so only logged in users can use sitebuilder? I have the Default Plan setting 'Trial sites lifetime' set to 1 hour but would like to eliminate trial sites all together if possible.
 
Is there a way you could copy and paste that article? When I try to view it all it says is "Access is denied."
 
I see... This is article is hided still... Ok, here are steps to disable trial sites:
1. Open [Sitebuilder installation directory]/Web/web.config file.
2. Find there appSettings tag. Within this tag find tag which key attribute is AllowAnonymousSites (or create it, if it isn't presented there).
3. Assign value attribute 'false'.

Finally you'll see there such configuration:
...
<appSettings>
...
<add key="AllowAnonymousSites" value="false"/>
...
</appSettings>
...
 
Back
Top