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.
Pages: 1
hello,
can anybody tell me how to redirect http to https and non www to www in easy way.
Offline
maby this will help
https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
suc6
greetz
Jaco
Offline
use htaccess to rewrite to https
Offline
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
Pages: 1