For securing communications with your visitors, we recommend redirecting all HTTP traffic to HTTPS.Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Web Hosting service with OnetSolutions
- An SSL certificate installed (free SSL is included with all hosting plans)
Why Use HTTPS?
Security
Encrypts data between visitors and your server
SEO Boost
Google ranks HTTPS sites higher in search results
Trust
Shows the padlock icon in browsers
Setting Up HTTPS Redirection
Add the following code to your
.htaccess file in your website’s root directory.How it works
How it works
This code:
- Checks if the
X-Forwarded-Protoheader is not set to “https” - Checks if the HTTPS environment variable is not enabled
- If both conditions are met, redirects the visitor to the HTTPS version using a 301 (Permanent) redirect

