Posts: 2
Threads: 1
Joined: Mar 2017
2017-03-01, 21:54:06
(This post was last modified: 2017-03-01, 21:56:04 by groowonny.)
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.
Posts: 1,247
Threads: 82
Joined: Feb 2011
2017-03-03, 23:14:19
(This post was last modified: 2017-03-03, 23:16:19 by datiswous.)
Maybe you forgot to set the correct Website URL in Settings?
Posts: 2
Threads: 1
Joined: Mar 2017
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?
Posts: 90
Threads: 5
Joined: Oct 2015
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.