quicksdk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTPS Loop for whole siteMy support reply: “The current configuration of the interface server Nginx – using a redirect requests via HTTPS, to PHP files on port 443 Apache. When handling static files (for example , js- and css- files) redirection is not performed , processing is carried out by Nginx.”
Forum: Fixing WordPress
In reply to: HTTPS Loop for whole siteGagan Deep Singh, my support ask me, which specifically information about nginx config I need?
Thanks
Forum: Fixing WordPress
In reply to: HTTPS Loop for whole siteYes, my hosting use apache + nginx, now I am waiting for support’s answer about nginx config
Thank you
Forum: Fixing WordPress
In reply to: HTTPS Loop for whole siteWhen I change the @ “WordPress Address (URL)” and “Site Address (URL)” to point to new https links instead of http.@ then I can’t to login to admin panel, it show ERR_TO_MANY_REDIRECT loop.
What should I do?
Of course I checked everything with the setup, try to disable all plugin except NG gallery…
And I have no problem with HTTPS protocolForum: Fixing WordPress
In reply to: HTTPS Admin panelno, in wp-config.php I replace HTTP to https
define("WP_SITEURL", "https://" . $_SERVER["HTTP_HOST"]);define(“WP_HOME”, “https://” . $_SERVER[“HTTP_HOST”]);
Forum: Fixing WordPress
In reply to: HTTPS Admin panelmy site is https://sh-stroj.ru/
PS. When I open admin panel browser (chrome) says that ERR_TOO_MANY_REDIRECTS