Viewing 5 replies - 1 through 5 (of 5 total)
  • What about http://singaporefinancialfreedom.com/wp-login.php/ ?

    Did you try this one?

    Thread Starter Lifetime inspiration

    (@lifetime-inspiration)

    Hi WEN Solutions,
    Thanks for your reply. I also tried http://singaporefinancialfreedom.com/wp-login.php/ but it still state Page not found.

    Any other suggestions?

    Have you checked if there is ‘wp-admin’ folder inside your WordPress installation? If there is the folder then try this:

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

    Hope that helps!
    If the problem is still there then kindly post here.

    Thread Starter Lifetime inspiration

    (@lifetime-inspiration)

    Hi there

    thanks for your reply.
    I am not familiar with this htaccess.
    Where should I copy and paste this htaccess?

    Is it in my cPanel> html editor?
    I have checked that ‘wp-adin’ folder is in my public_html files.

    Looking forward to hearing from you

    Thread Starter Lifetime inspiration

    (@lifetime-inspiration)

    Hi I found the .htaccess file in my cPanel hosting, and tried the codes you have provided.
    However the issue is not resolved.

    Here is what I see in my .htaccess file:
    # BEGIN All In One WP Security
    #AIOWPS_BASIC_HTACCESS_RULES_START

    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>
    ServerSignature Off
    LimitRequestBody 10240000
    <Files wp-config.php>
    order allow,deny
    deny from all
    </Files>
    #AIOWPS_BASIC_HTACCESS_RULES_END
    # END All In One WP Security

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

    is this correct?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Could not find my wp-admin page anymore’ is closed to new replies.