Torna da https a http
-
-
senza sapere qual èesattamente latua configurazione,questo ètroppo localizzatoperessere risolto.without knowing what exactly is your setup this is too localized to be answered.
- 0
- 2016-04-19
- Mark Kaplun
-
Perchéinvecenon risolverei problemi con HTTPS?HTTPS vabene.Why not fix the issues with HTTPS instead? HTTPS is all good.
- 0
- 2016-04-19
- cybmeta
-
Potrebbeessere solo unproblema di cache allatuafine?Haiprovato altrove su altre retiper vedere seilproblema si verifica ovunque?E sì,come @cybmeta,suggerirei che vale lapena correggeregli "errori"e persistere con https sepossibile.Could it just be a caching issue at your end? Have you tried elsewhere on other networks to see if the issue happens everywhere? And yes, like @cybmeta I'd suggest it's worth fixing the 'errors' and persisting with https if you can.
- 0
- 2016-04-19
- Monkey Puzzle
-
Non hai "FORCE_SSL_LOGIN" o "FORCE_SSL_ADMIN" definitoin wp-config,vero?o [ades.unplugin] (https://wordpress.org/plugins/wordpress-https/) che lofaràperte?Puoi verificare se èiltuo serverfacendo `curl -D - yoursite.com`per vedereil reindirizzamento.Per quantone so,un reindirizzamentogenerato da WordPressnon avrà un corpo HTMLmentre unogenerato da Apache lofarà.You don't have `FORCE_SSL_LOGIN` or `FORCE_SSL_ADMIN` defined in wp-config do you? or [e.g. a plugin](https://wordpress.org/plugins/wordpress-https/) that'll do that for you? You can test if it's your server by doing `curl -D - yoursite.com` to see the redirect. AFAIK a redirect generated by WordPress will have no HTML body whereas one generated by Apache will.
- 1
- 2016-04-19
- Rup
-
Hai ragione,correggere HTTPS sarebbefantastico.Tuttavia,ilmio cliente sta lavorando con un qualchetipo di software,che raccoglieimmagini dal suo sito web.HTTPS ha rotto questo software,di cuinon ho ulteriore controllo. Non avevo FORCE_SSL_LOGIN o FORCE_SSL_ADMINnelmio wp-config.Ho ancheprovato su altre reti,quindinon sembrava unproblema di cache. Quandoeseguoil curl -D - www.wscvlietland.nl ora ottengo la versione senza https.Quindi sembra cheper qualchemiracolo questoproblema si sia risolto da solo.Grazieperi tuoi suggerimentiperò.You are right, fixing HTTPS would be great. However, my client is working with some kind of software, that gathers images from their website. HTTPS has broken this software, of which I have no further control. I did not have FORCE_SSL_LOGIN or FORCE_SSL_ADMIN in my wp-config. I also tested over other networks, so it didn't seem like a caching issue. When I do curl -D - www.wscvlietland.nl I now get the version without https. So it seems that by some miracle this issue has resolved itself. Thanks for your pointers though.
- 1
- 2016-04-19
- Patrick Steenks
-
1 risposta
- voti
-
- 2016-04-19
Puoiprovare questi:
1. assicurati chei valori siano cambiatinel database
Senon riesci ad accedere alleimpostazioni di wp-admin>per confermarlo,puoi andare al database,allatabella wp_optionse cercarei valori
siteurl
ehome
2. aggiungi codice a wp-config.php
Aggiungi queste righe a wp-config.php
define('WP_HOME','http://example.com'); define('WP_SITEURL','http://example.com');
3. Svuota la cache
Assicurati di svuotare la cache datuttii plug-in della cache che stai utilizzandoe anche dalbrowser
Prova anche ad aggiungerlo a
wp-config.php
(nota "false")define( 'WP_CACHE', false );
4. controllai plug-in correlati a https/ssl
Potresti utilizzare qualsiasiplug-in che causa questoproblema,comeilfixer di contenutinon sicuri SSL,ecc.
5. Cloudflare o altro reindirizzamento laterale dns
Assicurati cheil sitonon utilizzi alcun reindirizzamentobasato su DNS
6. disabilitatuttii plugine conferma
7. cambiailtema comepredefinitoe seleziona
You can try these:
1. make sure the values changed in database
If you can't login to wp-admin > settings to confirm that, you can go to database, wp_options table and look for
siteurl
andhome
values2. add code to wp-config.php
Add these lines to wp-config.php
define('WP_HOME','http://example.com'); define('WP_SITEURL','http://example.com');
3. Clear your cache
Make sure that you clear the cache from any cache plugins you're using and also from your browser
Also try adding this to
wp-config.php
(note "false")define( 'WP_CACHE', false );
4. check https / ssl related plugins
You might be using any plugin which is causing this, like ssl insecure content fixer, etc.
5. Cloudflare or other dns side redirect
Make sure that the site isn't using any dns based redirect
6. disable all plugins and confirm
7. change theme to default and check
-
Grazie,hoprovatotutti questipassaggiprimae apparentemente uno di loro hafunzionato.Sembra che ci sia una sorta di cachenellatabellaget_option di Wordpress.Hoprovato ad aggirarlonel codice,senza risultato.Ma a quantopare questa cache è stata aggiornata ora,poichéil dominiofunziona correttamente.Thanks, tried all these steps earlier and apparently one of them worked. It appeared that there is some sort of cache on the Wordpress get_option table. I tried to circumvent it in the code, with no result. But apparently this cache is refreshed now, as the domain is working correctly.
- 3
- 2016-04-20
- Patrick Steenks
-
Sono contento che abbia aiutato.Siprega di contrassegnare la risposta come corretta sefosse :)I'm glad that it helped. Please mark the answer as correct if it was :)
- 1
- 2016-04-20
- Nabeel Khan
Recentemente ho spostatoilmio sito su https,installando un certificato SSL sul servere aggiornando l'indirizzo del sitoe la home del sitonel wp-adminper utilizzare https.
A causa di alcunierrori riscontrati dalmio cliente con https,vorreitornareindietro.Homodificatoi valorinel wp-admin,peressere senza http s .Ho anche seguito diverse opzioni descrittein: https://codex.wordpress.org/Changing_The_Site_URL
Tuttavia,niente sembrafunzionare.Non sono sicuro di cosa stia andando storto.Sembra cheinternamente Wordpress stia reindirizzandotuttigli URL a https,sebbene site_url sia cambiato.
Ho anche cancellatoilmiofile .htaccess,ma anche questonon sembraessereilproblema.Qualsiasi aiutomolto apprezzato.