Website Applications

Multiple Web Apps in a Single Directory

Since Panel 10.4, when a site employs a number of various web apps, a site administrator may apply the following site structure:

For example, you can install an online store app to the httpdocs directory of your domain (say, example.com), create a subdomain (say, support.example.com) in the httpdocs/support, and install a help desk system there.

All earlier Panel versions (before 10.4) prohibited such scenarios as sometimes (in very rare cases), the installation of two web apps into one directory could lead to the improper functioning of one of them. If you want to return this restriction back, add the following lines into %plesk_dir%\admin\conf\panel.ini:

[aps]

unsafePaths=false

 

Hiding Commercial Apps

You can hide commercial web applications by default, so that your customers are able to install only free applications. To do this, add the following lines into panel.ini:

[aps]

commercialAppsEnabled = false

 

Leave your comments on this page