• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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