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.
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.
Optimize your Cloud Sites database by comparing MyISAM and InnoDB engines in MariaDB. Learn the key differences and how to easily convert your tables.
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).
Using ASP.NET, you can run similar code to force SSL on a single page on your site. This article shows a sample of code that you could use.
In order to properly display SVG image types within the PHP environment, a specific line must be added to your .htaccess file. This line will tell the Apache instance the proper MIME type to use when serving request for SVG style image files.
Adding this code to your web.config file allows applications to run in medium trust. Read the article to ensure this action is suitable.