Viewing 14 replies - 1 through 14 (of 14 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I get a 403 error on wp-login.php. Do you have a security plugin installed? What are the permissions on that file? You can check via your hosting control panel or FTP.

    What’s in your .htacccess file?

    Thread Starter Frank Raudszus

    (@fraudszus)

    I didn´t install any security plugin. But I cannot find a wp-login.php. In which directory is thisschould this file be??

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    wp-login.php is in the root of your wordpress site.

    Thread Starter Frank Raudszus

    (@fraudszus)

    .htaccess has rights -rw-r

    wp-login.php ist empty (o KB)!!!

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    That’s a problem!

    Download a fresh copy of wordpress from wordpress.org. Unzip it onto your PC and upload all files and directories, replacing what’s on your server.

    Thread Starter Frank Raudszus

    (@fraudszus)

    Thank you. Hope this works. You are a great help!

    Frank

    Thread Starter Frank Raudszus

    (@fraudszus)

    That was an error. wp-login has 37760 Bytes, but I cannot transfer it to my PC because of access rights. Thus I don´t know its content….
    Same applies to .htaccess. I cannot look into it.

    Regards

    Frank

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    IF you don’t have access, then you need to contact your host to fix the permissions and/or ownership on your files.

    Thread Starter Frank Raudszus

    (@fraudszus)

    I have now access to all files of WordPress.
    .htaccess has only two entries:

    # BEGIN WordPress

    # END WordPress

    wp-admin/index.php apparently deals with the dashboard, which, however ist not loaded. Which module loads the login screen? This is the very first screen to be displayed and it doesn´t show up. So I think, there ist a problem in the first module that ist called by the address line (www.egotrip.de/wp-admin/index.php??)

    Regards

    Frank

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This should be your basic .htaccess file:
    https://codex.wordpress.org/htaccess#Basic_WP

    Thread Starter Frank Raudszus

    (@fraudszus)

    I cannot erase/rename the old .htaccess file and – thus – upload the changed .htaccess file, although I can upload and delete any other file, e.g. “dothtaccess”.

    The access rights are “333”, but it seems as if even the owner cannot change the .htaccess file. Is it a system file and – if yes – how can I change it.

    As already mentioned: the installed .htaccess file contains only the “BEGIN” and “END” lines.

    Regards

    Frank

    Thread Starter Frank Raudszus

    (@fraudszus)

    The first statement in wp-admin/index.php ist:

    require_once( dirname( __FILE__ ) . ‘/admin.php’ );

    I inserted a test output (“hallo world”) before this statement and it worked. But when I shifted this output on the position after the “require” statement, the error message “access denied” showed up. The error seems to occur in this statement. Where can I find it?

    Thread Starter Frank Raudszus

    (@fraudszus)

    I went with my “test outputs” through wp-admin/admin.php. The error occurs in this function:

    auth_redirect();

    I cannot find this function in the code

    Regards

    Frank

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Contact your host about the permissions on .htaccess.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Login Error’ is closed to new replies.