• ojasvi1195

    (@ojasvi1195)


    There seems to be some problem with the website. Not able to understand what it is. Not able to login to the admin panel as well.

    • This topic was modified 11 months ago by ojasvi1195.

    The page I need help with: [log in to see the link]

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

    (@threadi)

    You have stored 2 different URLs in the WordPress settings:

    Site URL: https://www.businessaccessindia.fi/etusivu
    Home: https://www.businessaccessindia.fi/fi

    The first redirects to the 2nd. Unfortunately, your backend is also not accessible through this redirect.

    My recommendation would be that you contact your hoster’s support team. This forwarding could be stored there.

    Please go to the Website files and if already .htaccess file open it then remove existing code & put this code if you are not able to find .htaccess file then create new one and put this below code

    # 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken Site + URL Issue’ is closed to new replies.