Redirection HTTP for HTTPS
#1
Redirection HTTP for HTTPS
how redirection:
http://domain.tdl for https://domain.tdl

Thanks
 By: Cantalupo
Reply
#2
RE: Redirection HTTP for HTTPS
use .htaccess this is the most basic form.
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#3
RE: Redirection HTTP for HTTPS
You have the code?
I have used several and does not work ...
 By: Cantalupo
Reply
#4
RE: Redirection HTTP for HTTPS
Why not use Module Admin>>Apache Config>>Override a Virtual Host Setting?
Select your domain that you want to be forwarded from 80 to 443
(OptionsSmile
Port Override: 443
Forward Port 80 to Overriden Port: (Check This)
IP Override: Your Server IP (Optional)

Custom Entry:
SSLEngine on

SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW

SSLCertificateFile /etc/pki/tls/certs/localhost.crt

SSLCertificateKeyFile /etc/pki/tls/private/localhost.key



If you want HTACCESS option only?

RewriteEngine on

RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{SERVER_NAME}:443/$1 [NC,R,L]
get top priority support for Sentora  "Sentora Premium Support"
Domain Name Promos @ digix1 domains

Reply
#5
RE: Redirection HTTP for HTTPS
Solution !! Smile
 By: Cantalupo
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
https without certificate redirects to panel iraqiboy90 10 27 ,473 02-28-2021, 11:20 AM
Last Post: iraqiboy90
Install guide wget over http? edavidf 5 13 ,472 12-15-2020, 07:07 PM
Last Post: jibranahmed
Having both HTTP & HTTPS (Port 443 and Port 80) sites on a server dsmarter 14 52 ,049 08-22-2020, 02:49 PM
Last Post: kenzopoker1

Forum Jump:


Users browsing this thread: 1 Guest(s)