Viewing 2 replies - 1 through 2 (of 2 total)
  • InterServer

    (@interservernet-web-hosting)

    This might be because of corrupted .htaccess file. You can upload a fresh .htaccess file after back up the current .htaccess file. You can refer the following URL to get more information about .htaccess file.

    https://codex.ww.wp.xz.cn/htaccess

    Also adding Site URL in wp-config file might resolve the issue. You can use the following syntax to add site URL in wp-config.php

    define(‘WP_HOME’,’http://yourdomain.com’);
    define(‘WP_SITEURL’,’http://yourdomain.com’);

    Do not forgot to clear browser cache and cookies.

    Thread Starter Kingsley Felix

    (@iamkingsleyf)

    Hello Interserver;

    I use only NGinx now but i am moving to apache+nginx…. also i have that in my wp-config file.

    i am suspecting DB

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress login screen refreshes’ is closed to new replies.