---
title: "How to manage url routing in mvc4?"  
description: "How to manage url routing in mvc4?"  
author: "Anonymous User"  
published: 2015-02-21  
updated: 2015-02-21  
canonical: https://www.mindstick.com/forum/12973/how-to-manage-url-routing-in-mvc4  
category: "asp.net mvc"  
tags: ["url rewriting", "url routing", "routing"]  
reading_time: 1 minute  

---

# How to manage url routing in mvc4?

I’m working on [url routing](https://www.mindstick.com/articles/1573/url-routing-in-mvc-4)

1. I want to [redirect page](https://www.mindstick.com/forum/456/when-ever-a-redirect-page-automatically-send-sms-world-wide-using-asp-dot-net) without change url.

When type url www.example.com/Default.aspx that time url show as same but return page Home/Index ([Controller](https://www.mindstick.com/blog/273/passing-values-from-controller-to-view-in-asp-dot-net-mvc)/[Action](https://www.mindstick.com/forum/155752/what-is-action-result-with-its-types))

2. I want to redirect page with actual url.

And second require is when type www.example.com/Default.aspx that time show url in [address bar](https://www.mindstick.com/forum/70/how-can-we-remove-address-bar-of-browser) Home/Index and return this page

How to possible [please describe](https://www.mindstick.com/interview/33713/please-describe-the-relationship-between-seo-and-sem) in details.

[Thank you in advance](https://answers.mindstick.com/qa/40482/why-was-1968-a-year-of-tension-and-turmoil-list-10-events-1-being-the-best-and-10-the-worst-thank-you-in-advance).


---

Original Source: https://www.mindstick.com/forum/12973/how-to-manage-url-routing-in-mvc4

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
