Hi,
I have URL redirection configured in IIS 7.5 for SharePoint sites.
Earlier it was working fine for all exists or non exists sites, but all of sudden redirection stops working for the deleted sites.
Example:-
SharePoint's web application site created with name "SPS" and there are multiple sites created under SPS web application.
Sr.No | Site | Exists in SharePoint | Redirected To |
1 | http://SPS/sites/1 | Yes | http://xyx.com/sites/1 |
2 | http://SPS/sites/2 | Yes | http://xyx.com/sites/2 |
3 | http://SPS/sites/3 | Yes | http://xyx.com/sites/3 |
4 | http://SPS/sites/4 | No | http://xyx.com/sites/4 |
5 | http://SPS/sites/5 | No | http://xyx.com/sites/5 |
Earlier redirection was working fine for all 5 sites but all of sudden it's stopped working for sr. 4 & 5.
Please help in issue.