Is this possible to check the redirection status using FTP, source code or any other way. I don't have cpanel control, our developer did redirection for few pages, I want to check the redirection status either that is 302,401 or meta refresh.
You can check it on you .htaccess file. But i dont know about FTP. Can some one tell me how to add 301 redirection in blogspot blog?
You didn't say whether you have Linux or Windows hosting. On Linux you can login with FTP and look for .htaccess file. Download it and open locally in any text editor (Notepad suits fine). The redirect via htaccess usually made by one of the following Apache statements: Redirect RedirectMatch RewriteRule and some others. If you described the exact issue, I could say more.