There may be cases where you don’t have as free of access to the meta information or web.config to set redirects in place. You can also do this with JavaScript!
Here’s the snippet (place this in between script tags in the body or applicable section in the body that allows HTML):
<script type="text/javascript">
window.location.replace("http://www.yourexamplesite.com/some-other-page.html");
</script>
Hope that helps.
Like this:
Like Loading...
Related
Published by Jared Meredith
Executive Director of Enterprise Architecture, Project Management Office, and Strategic Governance with extensive background in helping business partners envision and design enterprise architecture that drives amazing experiences with high availability. I love to take current problems or technical challenges while bringing people together to align solutions and strategy to provide the best technical path for how we can work to achieve goals with technology.
View all posts by Jared Meredith