Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, alyssacarve, & welcome.

    I’m not really sure what you’re trying to do here, but let me just make some observations.

    1. I can go to https:meds4gen.com/wp-admin and receive a login page.
    2. I can go to technicalnotes.org/wp-admin. Firefox blocks it, citing “badware” risks. A *very* outdated version of PHP, i.e., 5.6, is alsom mentioned. These findings raise the possibility that a hack may have occurred.

    I checked your site using sitecheck.sucuri.net, but it was unable to scan it. In addition, technicalnotes.org was unable to provide a secure connection.

    Perhaps you could explain to us precisely what it is you’re trying to accomplish. I’d also suggest updating your version of PHP and investigating the possibility of a site compromise a bit further.

    Thread Starter alyssacarve

    (@alyssacarve)

    Hi,
    
    Today when I was trying to login to my dashboard of my wordpress site, the admin page was showing error shown below.
    
    404. Not Found.
    
    Page Not Found
    
    This page doesn’t exist.
    Go back?
    
    After searching Google for few hours, I finally decided to remove this code from my .htaccess file.
    
    RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
    
    RewriteCond %{HTTP_HOST} ^technicalnotes\.org$ [NC]
    RewriteRule ^.*$ https://meds4gen.com %{REQUEST_URI} [R=301,L]
    
    If I remove this code, I can see the admin page at technicalnots.org/wp-admin. But the problem is this will create redundant name issue in Google Analytics as www and non-www version of the website will not redirect to the same page.
    
    And if I put back the code, the web page will redirect to https://meds4gen.com/wp-login.php which doesn’t allow me to login and shows 404 not found error.
    
    I did not change anything recently nor installed any plugin for my WordPress site. The site was working fine even with the code fine for a year now. Today, all of a sudden this problem occurred from nowhere.
    
    Any help would be appreciated.
    
    Sorry for unconvinced
     
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Admin 404 Page not Found error’ is closed to new replies.