Thanks again for your concern and reply.
I did check the .htaccess file and here’s the code given below found therein:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /calvary/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /calvary/index.php [L]
</IfModule>
# END WordPress
It looks similar, yet when I type: calvarycentre.in/calvary/wp-pogin.php, it opens the login panel and after logging in, it redirects to : https://calvarycentre.in/calvary/index.php/wp-login.php?redirect_to=http%3A%2F%2Fcalvarycentre.in%2Fcalvary%2Fwp-admin%2FIndex.php&reauth=1
And the error message is displayed is:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
How to solve this and access the Dashboard for editing pages, etc?