• Hola, puedo leer inglés pero me es difícil redactarlo, por eso escribo en espa?ol para explicarme mejor.

    Hubo un error en el Cloud Server donde está mi sitio web. Hubo que cambiarlo de urgencia a otro, sin posibilidad de preparar adecuadamente la migración. Tras ello, obviamente hay muchos problemas en general con todo lo del servidor, pero particularmente con WordPress, he logrado cambiar exitosamente la URL de inicio y del sitio mediante el archivo wp-config.

    Pero no puedo entrar al wp-admin. Al intentar ir me sale un error 404.

    Usaba el WPS Login para cambiar la url a /acceso , pero no funcionaba; se muestra como si fuera una página normal de la web. Por lo tanto, y siguiendo tutoriales y otras respuestas que vi en el foro, intenté cambiar el nombre a la carpeta que contiene el plugin para deshabilitarlo e intentar entrando con /wp-admin. Al hacer esto, es como que el sitio web se redirige a sí mismo, tira un error 404 y no aparece la pantalla para iniciar sesión. No sé cómo puedo hacer. Supongo que está la url del server anterior (ya que aún está en desarrollo; justamente esta semana pensaba apuntar el dominio nuevo aquí) o la IP en algún lado interfiriendo, pero siendo honesta, no sé si es eso lo que ocurre y vengo a solicitar ayuda.

    Cualquier información adicional que necesiten, estoy a disposición y gracias.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I see multiple issues on your site. Let’s troubleshoot and work through them one after the other, beginning with this:

    I have successfully managed to change the home and site URLs via the wp-config.

    It seems you did not add the protocol (http or https) to the URLs specified in the wp-config.php file.

    As the documentation clearly shows, use:

    define( 'WP_HOME', 'https://example.com' );
    define( 'WP_SITEURL', 'https://example.com' );

    … and not

    define( 'WP_HOME', 'example.com' );
    define( 'WP_SITEURL', 'example.com' );

    (Of course, replace example.com with your own domain.)

    This explains why most of the images aren’t working on your website, and it may have something to do with the login URL not working as well.

    Kindly check what you added in the wp-config.php file, and if the above assessment is true, please fix it and report back here so I can test it for us to move onward with the troubleshooting.

    Standing by.

    Thread Starter mcataldi

    (@mcataldi)

    Hi George! Thanks very much.

    I was sure that I had done it correctly, and when reviewing to pass the file, I noticed that one of the lines had a typo and one / was missing.
    One final question before closing the topic, as this has also fixed the image issue: when I officially launch the site with the correct domain, an SSL certificate will also be installed. Should I change the urls to https://newdomain.com or leave them as https://newdomain.com?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can’t access wp-admin’ is closed to new replies.