• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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