Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Can't Access Wp-Admin WordPress

  • SOLVED

Recently had a site crashed and now the http://www.statstrack.ca/wp-admin just goes to a 404 page.

Thoughts?

Answers (4)

2017-03-15

Francisco Javier Carazo Gil answers:

You have a 302 redirection loop that always is executing and it does not work.

--2017-03-15 17:35:44-- http://www.statstrack.ca/wp-login.php
Reutilizando la conexión con www.statstrack.ca:80.
Petición HTTP enviada, esperando respuesta... 302 Moved Temporarily
Ubicación: http://www.statstrack.ca/wp-login.php [siguiente]

1) Remove any redirection plugin
2) Rename .htaccess file (it is a file hidden)
3) Copy again wp-login.php to your root directory
4) Send a ticket to your hosting

This would be the path to continue.

2017-03-15

Luis Abarca answers:

Take a look if .htaccess file is on the root folder.

Your homepage is a page ? or the default post list ?


Robert comments:

There is no .htacess


Luis Abarca comments:

Try to reinstall the wp-admin and wp-includes folder


Robert comments:

What do I do?! lol


Robert comments:

Trying now....


Luis Abarca comments:

Try to reinstall root files too.

if you have a redirection plugin try to disable it (FTP to your server and rename or delete the redirection plugin folder).

2017-03-15

Sébastien | French WordpressDesigner answers:

go to ftp, rename your .htaccess in .htaccess-old
go to http://www.statstrack.ca/wp-admin


Robert comments:

there is no .htaccess in the ftp


Sébastien | French WordpressDesigner comments:

open wp-config.php and add this lines

define('WP_HOME','http://www.statstrack.ca');
define('WP_SITEURL','http://www.statstrack.ca');

2017-03-15

Rempty answers:

Check if you have a plugin in wp-content/plugins that can change the wp-admin url.
You can disable the plugin changing the plugin folder name.


Robert comments:

Tried that with no luck.


Rempty comments:

try
http://www.statstrack.ca/login
http://www.statstrack.ca/admin


Rempty comments:

Do you have logins to cpanel or something similar with file manager?
Maybe the .htaccess is hidden and your ftp app can't find it