RE: Sentora Panel redirecting to a hosted website
06-30-2016, 01:03 PM
(This post was last modified: 06-30-2016, 03:22 PM by Ludaking.
Edit Reason: !
)
UPDATE : to redirect http to https go at /etc/sentora/panel open .htaccess and write this
like this
isn't needed to write 2 times rewriteengine on.
--
Code:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
isn't needed to write 2 times rewriteengine on.
--