Questions tagged [https]
The https tag has no summary.
323 questions
Score of 2
1 answer
78 views
When accessing a wordpress blog, I want to force http when accessing wordpress via xmlrpc otherwise force https
ruby 2.6.6
ubuntu 24.04
WordPress 6.8.1
I have a Ruby script that uses XML-RPC to post articles to my blogs.
In the Ruby world, XMLRPC does not work over HTTPS; it only works over HTTP.
However, the ...
Score of 0
0 answers
90 views
localhost loopback error and rest api error
I have a docker stack consisting of caddy and wordpress currently in development at https://localhost and I am getting two critical erros:
I am not sure what could be causing this
The REST API ...
Score of 0
0 answers
82 views
Customizer copyright in Footer Bar
I am running a WordPress (latest version 6.5) staging website in WAMP64 in fact, I am running two versions of this website. There is a problem with the copyright text under the Footer Bar in ...
Score of 2
2 answers
399 views
Does WordPress automatically redirect to the URL specified in settings?
My WordPress site used to require htaccess rewrite rules to redirect non-www to www (or vice versa) and http to https. Without those rules, the site would be accessible at whatever URL the user ...
Score of 0
1 answer
242 views
WP_PLUGIN_URL equivalent
I am using a plugin that uses WP_PLUGIN_URL and that cause mixed content issues.
This is the line of code: <img src="<?php echo esc_url( WP_PLUGIN_URL . '/plugin-name/images/icon1.png' ); ?...
Score of 0
1 answer
1375 views
Https Website: CSS and JS files load in http and admin page does not load too
After enabling SSL the website loads in HTML. CSS and JS files load only in HTTP(view source) and the admin page does not load either.
Tried implementing all solutions like rewrite condition to force ...
Score of 2
2 answers
1310 views
wordpress is auto using http: not https: as it needs to because the server is http behind a reverse proxy https, how do I stop it?
I am installing wordpress 6.2 and this is my install screen
as you can see there is something wrong, then I realised what it is
when you look at the source wordpress is (correctly) working out the ...
Score of 2
1 answer
153 views
How do I make the block editor use https by default?
By default the Gutenberg block editor uses http:// instead of https:// when you enter a URL that does not include the protocol. For example, if I enter stackoverflow.com the block editor assumes it is ...
Score of 0
1 answer
494 views
Development to production, how to move a development site from http + dev.example.com to a production site https + example.com?
I'm in a somewhat odd development situation where I need to develop a WP site at http://dev.example.com/ and then make it live at https://example.com/.
The summary is:
Develop on http, publish on ...
Score of 0
1 answer
807 views
How to force HTTP and stop SSL completey on Wordpress website
We have a Wordpress website wich uses Video files from a local sever without SSL. If we use SSL on the main website url, it can't play Videos because of CORS policies so we need to completely disable ...
Score of 1
1 answer
634 views
Changing my URL in General Settings cause the site to crash
I installed wordpress on ubuntu using this guide
I uploaded my backup and everything went fine until I tried to use my domain. Whenever I try to change from http://20.210.236.41 to my domain http://...
Score of 0
0 answers
79 views
After migration works only first page
I migrated from a web hosting to a server in my NAT.
I did vhost with apache2 so the http server can be serve both an instance of nextcloud and a wordpress one for my home.
I had a Let's encrypt ...
Score of 0
1 answer
72 views
Moving Wordpress from http to https over existing site
Situation: I have an existing non-Wordpress website with an active SSL-certificate.
I'd like to replace the existing website with a new Wordpress-site. After installing Wordpress I can access the ...
Score of 0
1 answer
419 views
Authorize subdomain to access and read user and admin cookies
My subdomains redirect alls in the main domain .
I am the admin.
We can access to my website by the main domain or subdomain.
I use that to share cookies between domain and subdomain :
There is no ...
Score of 0
0 answers
618 views
Can't access wp-admin after http to https change
Changed to url from http to https in settings >> general. Hit save changes. Now I get this error:
The requested URL was not found on this server.
Additionally, a 404 Not Found error was ...
