There was a problem loading the comments.

Managing Web Sites

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

 

Managing Websites in SolidCP /WebsitePanel

SolidCP allows you to create, configure, and manage IIS websites within your hosting space. This guide covers website creation, configuration, virtual directories, authentication, MIME types, custom errors, and more.


Creating a New Website

To create a new website:

  1. Log in to the SolidCP Control Panel.

  2. Open your Hosting Space.

  3. Click Web Sites.

  4. Select Create Web Site.

  5. Choose an existing domain from the list.

  6. Click Create Web Site.

If no domain is available:

  • Click Add Domain

  • Create the new domain

  • Return and create the website

Once created, verify the website status is Started. If it is stopped, click Start.


Configuring a Website

To modify an existing website:

  1. Navigate to Web Sites.

  2. Click the website name.

  3. The Web Site Properties page will open.

Depending on your hosting plan, different configuration options may be available.


Website Domain Pointers

Website pointers allow multiple domains to serve the same website.

Add a Website Pointer

  1. Open Web Site Properties.

  2. Click Add Web Site Pointer.

  3. Select an existing domain.

  4. Click Add Pointer.

Remove a Website Pointer

Click the Delete icon beside the pointer and confirm the removal.


Home Folder

Choose where your website content is served from.

Folder in Hosting Space

Serves files directly from a folder inside your hosting space.

Specify the folder path.

Redirect to URL

Redirects visitors to another website or URL.

Example:

https://www.example.com

Website Security Settings

The following IIS options are available.

Setting Description
Enable Write Permissions Allows uploading or modifying files using HTTP PUT
Enable Directory Browsing Displays directory listings if no default document exists
Enable Parent Paths Allows use of ".." in application paths
Dedicated Application Pool Creates a dedicated IIS Application Pool for improved isolation

Authentication

Configure how visitors authenticate.

Authentication Method Description
Anonymous Access Visitors access the website without credentials
Integrated Windows Authentication Uses Windows authentication (recommended for intranet applications)
Basic Authentication Sends usernames and passwords in plain text. Use only with HTTPS.

Default Documents

Default Documents determine which page loads automatically when a visitor accesses your website.

Common examples include:

  • index.html

  • default.aspx

  • default.asp

  • index.php

The server searches the list from top to bottom.


Virtual Directories

A Virtual Directory maps a URL path to a folder located elsewhere on the server.

Example

Website URL

https://www.example.com/images

may point to

D:\Storage\ProductImages

Create a Virtual Directory

  1. Open Web Site Properties

  2. Select Virtual Directories

  3. Click Create Directory

  4. Enter

  • Directory Name

  • Physical Folder

  1. Click Create Directory


Secured Folders

Secure folders allow password protection of specific directories.

Enable Secured Folders

  1. Open Secured Folders

  2. Click Enable


Create a Security Group

  1. Click Add Group

  2. Enter the group name

  3. Click Save


Create a User

  1. Click Add User

  2. Enter

  • Username

  • Password

  1. Assign the user to one or more security groups.

  2. Click Save.


Protect a Folder

  1. Click Add Folder

  2. Enter

  • Folder Title

  • Folder Path

  1. Select users or groups allowed access.

  2. Click Save.


FrontPage Extensions

FrontPage Server Extensions provide support for legacy Microsoft FrontPage websites.

Install

Enter:

  • FrontPage Account

  • Password

Click Install.

Change Password

Enter the new password and click Change Password.

Remove Extensions

Click Uninstall.


Web Service Extensions

IIS blocks many application frameworks by default.

Use the Extensions tab to enable required technologies such as:

  • ASP

  • ASP.NET

  • CGI

  • ISAPI Extensions

  • ISAPI Filters

If a required extension is disabled, IIS may return HTTP 404 errors.


Custom Error Pages

Custom error pages allow you to replace the default IIS error pages.

Supported handler types include:

Handler Description
File Displays a custom file
URL Redirects to another page
Default Uses the IIS default page

Common HTTP error codes include:

  • 401 Unauthorized

  • 403 Forbidden

  • 404 Not Found

  • 500 Internal Server Error


Custom HTTP Headers

Custom headers allow IIS to send additional information to client browsers.

Examples include:

  • Cache-Control

  • X-Frame-Options

  • X-Content-Type-Options

  • Content-Security-Policy

To add a header:

  1. Open Headers

  2. Click Add Custom Header

  3. Enter

  • Header Name

  • Header Value

  1. Click Update.


MIME Types

MIME Types tell IIS how to serve different file types.

Examples:

Extension MIME Type
.json application/json
.svg image/svg+xml
.woff2 font/woff2
.webp image/webp

To add a MIME type:

  1. Open MIME Types

  2. Click Add MIME Type

  3. Enter

  • File Extension

  • MIME Type

  1. Click Update.


Deleting a Website

To permanently remove a website:

  1. Open Web Sites.

  2. Select the website.

  3. Open Web Site Properties.

  4. Click Delete.

  5. Confirm the deletion.

Warning: Deleting a website permanently removes the IIS website configuration. Ensure any required website files and databases are backed up before proceeding.

 


Share via
Did you find this article useful?  

Related Articles

Tags

© Softsys Hosting