Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM HTTP to HTTPS
#1
Exclamation 
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.
Reply
#2
Maybe you forgot to set the correct Website URL in Settings?

[Image: screenshot_settings.png]
Reply
#3
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?
Reply
#4
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.
Reply




Users browsing this thread: 1 Guest(s)