• codathon67

    (@codathon67)


    I am new to wordpress and i want to know how to got this fixed because i need this site for my minecraft server and clan.

    This happends out of the blue if you can i would appreciate it

    site https://www.vortix.site88.net/
    click login and try to login you will see

    -codathon

Viewing 5 replies - 16 through 20 (of 20 total)
  • Hello again codathon67,

    Most hosts offer phpMyAdmin for working with your MySQL databases. You’ll want to follow the steps here for locating the siteurl and home fields in your wp_options:

    https://codex.www.ads-software.com/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database

    Make sure your Site URL is set correctly in both of those fields. If it isn’t, using the instructions in the link above, change the fields accordingly.

    Next, double check your wp-config.php file for anything similar to:

    define('WP_HOME','https://example.com');
    define('WP_SITEURL','https://example.com');

    If you previously changed the site URL through wp-config.php, either remove the change or correct it accordingly.

    Finally, check your functions.php file for code similar to:

    update_option('siteurl','https://example.com/blog');
    update_option('home','https://example.com/blog');

    Once again, if you previously changed your site URL through the functions.php file, either remove the change or correct it accordingly.

    Hope this helps!

    hello guys , can i ask a question?

    hi , i searched for my problem but i didn’t find any real sulotion!

    i’m new to wordpress , i just installed wordpress 3.2.1 version and i was configured all theme parameters and website settings , but now i have a problem with loading my website.
    when i try to see my website a login page appear !! in fact my website is not configured for public to view!
    how can i fix that?
    i checked all settings in wp-admin page but i can’t find any option to fix this problem , please help me!
    thatn you ??

    [email protected]

    Hi mans_nch364,

    Please post your question in a new thread.

    Thanks!

    hi christiNi ??
    i did it 17 hours ago

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Login redirects back to login’ is closed to new replies.