Forgot Password for admin access

Website URL

(please specify the URL of the site on which you are experiencing the problem)

Error Message Error: The password you entered for the username admin is incorrect

(please share the FULL error message you see, if applicable)

When I click on ‘Lost your Password’ link it is taking me to this URL (https://errors.infinityfree.net/errors/404/) “404 Error Page”

(other information and details relevant to your question) This is an Wordpress site

Welcome back to the forum! Please create a .htaccess file on your domain’s htdocs folder or, if it exists, edit it with this content:

# BEGIN WordPress

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

Also, it’s not recommended to use the password reset function on the login form to change your password, as the email might not come; instead, follow this guide:

6 Likes

But how do I access the PHPmyadmin as well as the root folder? This site is hosted herre in infinityfree.com

Also, I don’t have any account here because my earlier account was deleted

The files of your website can be accessed through the file manager. And both the file manager and phpMyAdmin can be accessed through the client area and control panel.

It uses an rf.gd domain, so that’s basically a given.

Well, the website is hosted here, and to host a website here, there needs to be an account.

If you don’t have the account, then someone else does. If so, please contact the account owner to fix this.

5 Likes

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