Poseidon Posted March 7, 2017 Posted March 7, 2017 (edited) Hi guys, Is there away of having ssl on flux login page donation page and registration page? Thx Edited March 7, 2017 by Poseidon explaining better
0 Poseidon Posted March 7, 2017 Author Posted March 7, 2017 i didnt explain myself i meant to just those pages not the whole site as thor patcher doesn't like https://
0 Akkarin Posted March 7, 2017 Posted March 7, 2017 You can't selectively choose to use SSL only on certain pages without changing a bunch of stuff. Thor has worked fine using https for many people - if you're struggling you could just use a non-SSL'd subdomain?
0 Poseidon Posted March 7, 2017 Author Posted March 7, 2017 (edited) when i have tried using thor with https:// it gave errors out ie failed to connect to server and the url was correct Edited March 7, 2017 by Poseidon
0 Akkarin Posted March 7, 2017 Posted March 7, 2017 I assume you had installed a valid SSL certificate and that HTTPS traffic was enabled correctly? Non-SSL subdomain may well be the way to go.
0 Poseidon Posted March 8, 2017 Author Posted March 8, 2017 Ye i fixed by moving the patcher folder outside of the public_html folder so the .htaccess was omitted
0 BTNX Posted March 16, 2017 Posted March 16, 2017 Not completely true... you can mix and match https and http if you're that much concerned about performance. You have to serve both content and not use .htaccess to redirect but you have to explicitly add https on the urls that takes your users to the donation page.
0 hikashin-rae Posted April 30, 2017 Posted April 30, 2017 (edited) On 3/7/2017 at 6:55 PM, Poseidon said: Hi guys, Is there away of having ssl on flux login page donation page and registration page? Thx If you want non-ssl in patcher this one i used on mine Quote add this on .htaccess RewriteCond %{REQUEST_URI} !^/patcher <--- This is the one i add dont copy others. Quote My sample .htaccess inside public_html RewriteEngine on #RewriteEngine On #RewriteBase / #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule !\.(js|ico|gif|jpg|png|css|pdf|swf|flv)$ index.php [QSA] #RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$RewriteCond %{REQUEST_URI} !^/patcher RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php56” package as the default “PHP” programming language. <IfModule mime_module> AddType application/x-httpd-ea-php56 .php .php5 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit Edited April 30, 2017 by hikashin-rae
Question
Poseidon
Hi guys,
Is there away of having ssl on flux login page donation page and registration page?
Thx
Edited by Poseidonexplaining better
8 answers to this question
Recommended Posts