Poseidon Posted March 7, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 7, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Tuesday at 10:17 AM Share Posted March 7, 2017 Yes. Install an SSL certificate. Link to comment Share on other sites More sharing options...
0 Poseidon Posted March 7, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Author Share 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:// Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 7, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Tuesday at 10:17 AM Share 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? Link to comment Share on other sites More sharing options...
0 Poseidon Posted March 7, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 7, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Tuesday at 10:17 AM Share 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. Link to comment Share on other sites More sharing options...
0 Poseidon Posted March 8, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 107 Reputation: 6 Joined: 12/09/11 Last Seen: May 9, 2017 Author Share Posted March 8, 2017 Ye i fixed by moving the patcher folder outside of the public_html folder so the .htaccess was omitted Link to comment Share on other sites More sharing options...
0 BTNX Posted March 16, 2017 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 04/02/12 Last Seen: October 22, 2022 Share 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. Link to comment Share on other sites More sharing options...
0 hikashin-rae Posted April 30, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: April 8 Share 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 Link to comment Share on other sites More sharing options...
Question
Poseidon
Hi guys,
Is there away of having ssl on flux login page donation page and registration page?
Thx
Edited by Poseidonexplaining better
Link to comment
Share on other sites
8 answers to this question
Recommended Posts