Il mio sito wordpress viene reindirizzato automaticamente al vecchio sito qualsiasi soluzione nota per questo?
-
-
Vediil duplicatopiù recente https://wordpress.stackexchange.com/q/121084/107311,che ha una rispostamigliore.See the more recent duplicate https://wordpress.stackexchange.com/q/121084/107311, which has a better answer.
- 0
- 2018-05-15
- ergohack
-
7 risposta
- voti
-
- 2011-04-02
Questoperché leimpostazioni dell'URL all'interno di WordPresspuntano ancora al vecchio sito WordPress.Ulterioriinformazioni sono disponibilinella documentazione Spostamento di WordPress .
Se letuepagine di amministrazione di WordPressfunzionano ancora,puoi andare su Impostazioni → Generalie modificare l'URL di WordPresse l'indirizzo del sito coni valori corretti.
Seiltuo sito WordPress è completamente danneggiato,puoi aggiungerei seguenti valori a
wp-config.php
,che avrà lo stessoeffetto:define('WP_HOME', 'http://your_server/blog'); define('WP_SITEURL', 'http://your_server/blog');
Tienipresente chenellamaggiorparte dei casi,WP_HOMEe WP_SITEURL sarannogli stessi,tranne circostanzeeccezionali .
This is because the URL settings inside WordPress are still pointing to the old WordPress site. More information is available in the Moving WordPress documentation.
If your WordPress admin pages are still working, you can go to Settings → General, and change the WordPress URL and the Site Address to the correct values.
If your WordPress site is completely broken, then you can add the following values to
wp-config.php
, which will have the same effect:define('WP_HOME', 'http://your_server/blog'); define('WP_SITEURL', 'http://your_server/blog');
Note that in most cases, WP_HOME and WP_SITEURL will be the same, apart from exceptional circumstances.
-
Ho controllatoi duepassaggiprecedenti ...ma anche dopo,quando caricoilmio URLper laprima volta,mi porta sul vecchio servere quando lo carico la seconda volta rimanenelnuovo server ... è unproblema o un ordinamento dellapagina di destinazione...I checked the above two steps... but even after when i load my url for the first time it takes me to the oldserver and when i load at second time it stays in new server.. is this a landing page sort or problem...
-
Questopassaggio sembraessereignoratoperme.This step seems to be getting overridden for me.
- 0
- 2017-05-17
- landed
-
- 2011-04-02
Dai 12-24 ore al DNSper diffonderee svuotare la cache DNS sultuo PC.
Controlla
wp-config.php
per URL hardcodede modificali,senecessario.Cercaneltuo database conphpmyadmintutte le occorrenze del vecchio URL utilizzando interconnectit.com Strumento di sostituzione ricerca PHP serializzato WordPress .
Ripristina dashboard >> Impostazioni >> Permalinke assicurati che .htaccess sia scrivibile.
Controllai tuoifile deltemaper URL hardcoded.
Give DNS 12-24 hours to propogate and flush the DNS cache on your PC.
Check
wp-config.php
for hardcoded URLs and change them, if needed.Search your database with phpmyadmin for all occurrences of the old URL using interconnectit.com WordPress Serialized PHP Search Replace Tool.
Reset Dashboard>>Settings>>Permalinks and be sure .htaccess is writable.
Check your theme files for hardcoded URLs.
-
Qualerailproblemae cosa haifattoper risolverlo?What was the issue and what did you do to fix it?
- 0
- 2011-04-04
- markratledge
-
Durante la copia del contenuto dal vecchio alnuovo server .. lapagina di destinazione èimpostataperil vecchio server è stata copiata anchenelnewserver .. quindi haprovocatoil reindirizzamento .. ho rimosso lapagina di destinazionee ilproblema è stato risolto .. !!While copying the content from old to new server.. the landing page is set for old server got copied to newserver too.. so it resulted in redirection.. i removed the landing page, and the problem is cleared..!!
- 0
- 2011-04-05
- balanv
-
-
- 2018-05-15
La risposta sopranon hafunzionatoperme.Vedi https://wordpress.stackexchange.com/a/179788/107311 di James
cambia "siteurl"e "home"nellatabella del database "wp_options" (tramitephpMyAdmin o simili)
The above answer didn't work for me. See https://wordpress.stackexchange.com/a/179788/107311 by James
change "siteurl" and "home" in the database table "wp_options" (through phpMyAdmin or similar)
-
- 2018-08-27
Se l'aggiunta delmuggitononfunzionama soloper la directorypredefinitain wordpress,congratulazioni,non dovrebberoesserciproblemi.Hai unproblema con la cache (senonti interessailmotivo,vai allafine),chenonpuoi risolvere conilnormale aggiornamento.Ilmotivo è chenon appena si accede all'URL,si viene reindirizzati a unnuovo URLe quindi,quando si aggiorna,si aggiornaeffettivamenteilnuovo URLe non la vecchia cache,quindi la soluzionepiù veloce è svuotare la cache & amp;storia.
define( 'WP_HOME', 'http://your_server/your_blog_url' ); define( 'WP_SITEURL', 'http://your_server/your_wordpress_url' );
nota speciale: seguardinellatabella wp_options leprime 2 vocifanno riferimento anche al linkperm comando velocepertrovarlo sotto
select * from wp_options limit 2
Prova a svuotare la cache delbrowser & amp;cronologia,in alternativa apriloin unbrowser chenon usimolto.Sefunziona è unproblema di cache.
If adding the bellow is not working but only for the default directory in word press, congrats there should be no problem. You have a cache problem (if you don't care for the reason just skip to the bottom), which you cant use the normal refresh to fix. The reason is as soon as you go the the url you get redirected to a new url and then when you refresh you actualy refresh the new url not the old cache, so the fastest fix it is just to clear the cache & history.
define( 'WP_HOME', 'http://your_server/your_blog_url' ); define( 'WP_SITEURL', 'http://your_server/your_wordpress_url' );
special note: if you look in the wp_options table the first 2 entries also reference to the perm link fast command to find it bellow
select * from wp_options limit 2
Just try clearing your browser cache & history, alternatively just open it in a browser you don't use much. If it works its a cache problem.
-
- 2018-08-28
Esportail database (in .sql)e cercail dominio a cui viene reindirizzato. Senon lo vediforse è un (mu-)plugin che hail vecchio URL hardcoded. In alcuni casi,ilbrowserpotrebbememorizzarenella cacheil reindirizzamento,quindiprova ad accedere al sito con unafinestra/schedaprivata/in incognito.
Export the database (in .sql) and search for the domain it is redirecting to. If you don't see it maybe it's a (mu-)plugin that has old url hard coded. In some instances it the browser could cache the redirect so try accessing the site with private/incognito window/tab.
-
- 2020-02-18
Ecco unelenco di controllo
- Cercae sostituisci dominionel database
- Aggiorna wp-config.php con unnuovo dominio
- Controlla lapropagazione DNS
- Svuota la cachee disattivai plug-in dimemorizzazionenella cache
- Controllail server webper vedere se sonopresenti reindirizzamenti a livello di server.
- Disattivatuttii plugin duranteilteste applicailtemapredefinito.
Se ancoranonfunziona,forniscii dettagli della configurazionee dellapiattaforma di hosting deltuo server web.
Here’s a checklist
- Search and Replace domain in database
- Update wp-config.php with new domain
- Check DNS propagation
- Clear your cache and disable caching plugins
- Check web server to see if there are any server level redirects.
- Disable All Plugins while testing and apply default theme.
If it still doesn’t work then please provide details of your web server hosting setup and platform.
Recentemente avevo spostatoilmio sito wp da un dominio ad un altro,ma quando digito l'indirizzo delnuovo dominio viene reindirizzato al vecchio dominio/some_page.
È unproblema comune?Esiste una soluzionenota a questoproblema?
Avevo controllatoilmio codicee non ha reindirizzamenti a questapagina.Qualcunopuò darmi unamano su questo?