Url Redirection by wildcard Regular Expression – Part II

Hi Readers, This article is extension to below article where I have provided guidance on how to redirect URL using URL rewrite utility (download from Microsoft) and create vanity URLS in your organization. Url Redirections Process made Easy – Part I Now we want that anything in “Name + suffix” that hits the IIS url…

Redirect SharePoint Page to different url

Hi Readers, Today I am sharing a Tip that can be used to redirect one share-point site url to other. First create text file with below content <meta http-equiv=”Refresh” content=”5; url=Site url”> Note:– Url is the site page url to which you want to redirect. Now upload this text file in document library of the site…