Getting redirected to home page

Ameya Kulkarni asked on March 27, 2018 16:11

If I try to navigate to a url other than the home page on my site, it seems to redirect me first time to the home page. It works correctly after that. Like for instance, when I type in this url http://msa.com/ba it will first redirect me to the home page. then when I type /ba it will take me to that page. How can I fix this so that it will go to the url that I have typed in ?

Recent Answers


Brenden Kehren answered on March 27, 2018 20:53

This could be 1 or many things:

  • Check site setup, make sure you don't have a redirect on a domain alias.
  • Check document aliases, make sure you don't have an alias in there redirecting.
  • Check web.config to ensure you don't have some URL rewrite rule in there performing a redirect.
  • Check your custom code in templates and webparts to ensure you don't have a redirect in there.

There are others but those are where I'd start.

0 votesVote for this answer Mark as a Correct answer

done dissertation answered on March 30, 2018 08:21

is there any benifits if i redirect my website through .htacces? or 301 redirection is better after SSL implementation?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.