• i cant see my admin page i have solved 500 internal error by changing .htaccess file to

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    now i cantt see my admin dash board please any tips to solve it i have deleted all plug ins through ftp
    http://freesoftwarepc.biz/wp-admin/

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Via FTP or cPanel or whatever file management application your host provides:
    – try deactivating all plugins by renaming wp-content/plugins folder to wp-content/plugins-hold e.g.
    – Go to your wp-admin. If you stil can’t see the admin dashboard, try deactivating the current theme by renaming wp-content/themes/yourtheme folder to e.g. wp-content/yourtheme-hold
    – Go to your wp-admin

Viewing 1 replies (of 1 total)

The topic ‘Wp-admin Page Not found’ is closed to new replies.