• Resolved azfy22

    (@azfy22)


    Greeting,

    I create a sub-directory in my website domain (https://www.borneodmc.com/dmc/), however when I visit https://www.borneodmc.com/dmc/ its shows page not found. In addition, the wp-admin and wp-login also not functioning. Ive tried everything but still fail to solved it. Please help me.

    this is my htaccess

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

    # END WordPress

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘wp-admin shows page not found and cannot login using wp-login’ is closed to new replies.