My WordPress admin is not showing

https://arvat.rf.gd/

Not able to access WordPress admin.

I am redirecting my host domain to Google site through the DNS then when I am trying to logging in my WordPress to work with seo and other things it not working. It’s showing blank page 404 error.

I just installed wordpress on my test account and everything worked fine and I could access wp-admin without an issue

A couple of things I could think of

Check your hosting and make sure that the wp-admin directory has not been deleted

Check any rules you may have added to .htaccess which could be causing a conflict

1 Like

My .htaccess is

BEGIN WordPress

The directives (lines) between “BEGIN WordPress” and “END WordPress” are

dynamically generated, and should only be modified via WordPress filters.

Any changes to the directives between these markers will be overwritten.

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]

END WordPress

RewriteEngine On

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [R=301,L]

I removed the .htaccess than also it’s not working when I changed the dns redirect which was redirecting to a Google site. Than it was working but until that it’s showing 404 page not found.

There should be only one

RewriteEngine On

statement

Check for any plugin which may cause E404 behaviour

2 Likes

Then also it’s not working

Your website is hosted with Google, not us.

Besides the fact that you’re not supposed to do this, shouldn’t you be asking this question to Google instead? We’re happy to help people who use our hosting, but you’re not using our hosting for this website.

2 Likes

Oh okay I thought there is some thing I am doing wrong okay

It’s very likely that you are indeed doing something wrong. But that doesn’t entitle you to support from us to fix a website that’s not hosted with us.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.