GetSimple Support Forum
PROBLEM HTTP to HTTPS - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: PROBLEM HTTP to HTTPS (/showthread.php?tid=9525)



HTTP to HTTPS - groowonny - 2017-03-01

Hello there, after changing HTTP to HTTPS - add this line of code to htaccess file:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

my subpages creaded by Special Pages plugin not show and my page print this:

The requested URL /sidla-spolecnosti/ was not found on this server.

And also CKEditor are not working. :/ Please help.


RE: HTTP to HTTPS - datiswous - 2017-03-03

Maybe you forgot to set the correct Website URL in Settings?

[Image: screenshot_settings.png]


RE: HTTP to HTTPS - groowonny - 2017-03-03

I choose everything but URL i was change like first step. I don't know how, but at this moment my webpage working. But CKEditor not :/

This is what i have in console log:

Uncaught ReferenceError: CKEDITOR is not defined
at HTMLDocument.<anonymous> (edit.php?id=index:780)
at n (jquery.min.js?v=1.7.1:2)
at Object.fireWith (jquery.min.js?v=1.7.1:2)
at Function.ready (jquery.min.js?v=1.7.1:2)
at HTMLDocument.B (jquery.min.js?v=1.7.1:2)

Anyone know where is problem?


RE: HTTP to HTTPS - zekoolweb - 2017-03-08

Hello, for HTTPS, i use this plugin : http://get-simple.info/extend/plugin/force-https/1028/

For Ckeditor, check if you well have the good permission on files And folders. (644 / 755)

Good luck.