Login webpage

  • Unknown's avatar

    Hello, How/where do I login to edit my webpage msth.se?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Your site msth.se is not hosted by us (WordPress.com). It is using the open source WordPress.org software and it is hosted by One.com. Therefore, you need to contact them regarding your login issue.

    We’re only able to provide support for WordPress websites that are hosted by us. For help with your site you need to ask over at the WordPress.org forums:

    https://wordpress.org/support/forums/

    If you want to know more about the differences between WordPress.com and the open source WordPress.org software you can read this article:

    WordPress.com vs. WordPress.org

  • Unknown's avatar

    Hi @torkelharaldsson
    Member,

    Your site msth.se is using the self-hosted version of WordPress.

    These forums are for WordPress.com hosted sites only :) https://en.support.wordpress.com/com-vs-org/

    You can log in to your WordPress dashboard using msth.se/wp-admin. However, I can see a 500 error on your login page.

    I recommend you to check your .htaccess file, delete your current .htaccess if you have any.
    Check your PHP memory limit; memory should be 64MB or above.
    you can try increasing Memory limit by adding define ('WP_MEMORY_LIMIT', '128M'); in wp-config.php file.
    To troubleshoot WordPress errors, you require to enable WordPress Debug, which can be done using wp-config.php.
    You need to copy and paste the code in wp-config.php file shown below.
    define( 'WP_DEBUG', true );

    I recommend you to contact your host (one.com) directly if you are confused.

    Thanks !!!

  • The topic ‘Login webpage’ is closed to new replies.