Dedicated Servers
Dedicated Servers provide the best performance, security, and control for businesses and applications with demanding requirements.
Dedicated Servers provide the best performance, security, and control for businesses and applications with demanding requirements.
Master Liquid Web’s Cloud Sites. This guide covers control panel access, file management, database setup, and enabling backups for your scalable apps.
Adding this code to your web.config file allows applications to run in medium trust. Read the article to ensure this action is suitable.
The URL Rewrite Module for sites using Windows allows defining URL rewrite rules in the web.config file. Cloud Sites on IIS 8.5 enable this module automatically for ASP.NET. This tutorial covers four common URL rewrites and redirects using ASP.NET.
Using ASP.NET, you can run code to force SSL on a single page on your site. This article contains sample code for this procedure.
To force SSL on all pages of your site using the IIS Rewrite Module you can use code similar to what is provided.
To use WordPress Multisite on Cloud Sites, start by setting up WordPress Multisite and making the necessary global configuration changes. Afterward, implement the specific configuration changes required for Cloud Sites to ensure everything functions correctly.
The two most common table engines on Cloud Sites MariaDB servers are InnoDB and MyISAM. This article briefly describes these engines and recommends their usage under certain circumstances in the Cloud Sites environment, without comparing their performance through SQL benchmarks.
The Cloud Sites Windows environment uses a modified Medium Trust for ASP.NET 3.5 servers, allowing specific permissions like OleDb, Odbc, Configuration, Reflection, Web, and Socket permissions.
Add this code to your web.config file to run applications in medium trust. Review the article to confirm its suitability.
To ensure secure access to your website, use SSL to change HTTP to HTTPS, encrypting visitor information to protect it from hackers. After installing your SSL, set up URL and subdomain redirects to enforce HTTPS traffic.
This article provides sample code for redirecting URLs in Cloud Sites using Classic ASP. This can be used for redirecting to a different page or forcing a secure connection (SSL).