Forum Moderators: phranque
What cud be the possible cause? Can somebody advice.
Thanks in adavce for help.
The most common reason for an unprogrammed 301 redirect is a missing trailing slash on the URL. Remember that mydomain.com/folder is, by URL-parsing rules, a request for a file named "folder". On the other hand, mydomain.com/folder/ is a request for the index file in the subdirectory named "folder". So, it may be that some of your links are missing a trailing slash, and the server is issuing a redirect to correct the problem.
Jim