Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2015-04-26 18:48:52

ful2fun.com
Member
From: GB
Registered: 2011-09-16
Posts: 1,040
Website

how to redirect http to https

hello,

can anybody tell me how to redirect http to https and non www to www in easy way.

Offline

#2 2015-04-29 14:55:07

Double_D
Member
From: The Netherlands
Registered: 2014-08-14
Posts: 305
Website

Re: how to redirect http to https

maby this will help
https://wiki.apache.org/httpd/RewriteHTTPToHTTPS

suc6
greetz
Jaco

Offline

#3 2015-05-02 00:15:16

xpornclub
Member
From: California
Registered: 2012-01-01
Posts: 445
Website

Re: how to redirect http to https

use htaccess to rewrite to https

Offline

#4 2015-05-02 10:16:06

videocasalinghi
Member
Registered: 2011-02-28
Posts: 160

Re: how to redirect http to https

but you have created the certificate ssl starting with www.Yourdomain .xxx
if you have created certificate by Yourdomain.xxx you problems with www

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

Offline

Board footer

Powered by FluxBB