Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    In order to login into the cPanel, contact your hosting service provider. For post 404 issue, set your desired permalink and add this code in htaccess:

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

    Thanks,

    Shane G.

    Thread Starter abhishek_scariya

    (@abhishek_scariya)

    Hello Shane,

    Thanks for the prompt reply.

    My htaccess has the following

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

    # END WordPress

    Do I overwrite this with the one you gave or just add yours to this? How do I change my permalinks without logging in to the admin page? Even my admin page (abhishekscariya.com/wp-login.php) doesn’t open ??

    Thanks,
    Abhishek

    Thread Starter abhishek_scariya

    (@abhishek_scariya)

    Issue resolved. The problem was with the nameservers.

    Thanks,
    Abhishek

    @abhishek_scariya,

    Please mark topic as resolved,

    R

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘404 Error for all pages’ is closed to new replies.