Top "Url-routing" questions

URL routing is the process of mapping a URL to its content.

Including a Django app's url.py is resulting in a 404

I have the following code in the urls.py in mysite project. /mysite/urls.py from django.conf.urls.defaults …

python django url-routing http-status-code-404 django-urls
Disable auto Friendly URLs in a Web Form project

I created a C# web form project in Visual Studio 2013. When I run my sample.aspx page, the page automatically …

c# asp.net visual-studio-2013 url-routing friendly-url
How to use an URL param in a templateUrl using ngRoute?

I am building an angularjs app, my app.js looks like this. However, it throws Unknown provider: $routeParams error. Any …

javascript angularjs url-routing ngroute
MVC Attribute routing with Url.Action not resolving route

I cannot get @Url.Action to resolve to the url I am expecting based on the attribute route I have …

asp.net-mvc routes url-routing asp.net-mvc-routing attributerouting
Silex routing not found

I'm using Silex for first time. Everything works fine while developing locally. Once uploaded everything to production server, parametrized routes …

php url-routing silex
Create SiteMap in ASP.NET MVC

I Want Create SiteMap For ASP.NET MVC Site. I Write This Code [XmlRoot("urlset", Namespace = "http://www.sitemaps.org/…

asp.net-mvc url-routing asp.net-mvc-routing sitemap mvcsitemapprovider
IgnoreRoute in ASP.MVC

I am trying to access a .js file in the views directory. I have an MVC application with /Views/Home/…

asp.net asp.net-mvc url-routing ignoreroute
Are there any downsides to using double-slashes in URLs?

I've written my own MVC framework in PHP, which uses urls in the format of: /controller/method/param1/param2/param... …

php url url-rewriting uri url-routing
AngularJS routing vs backend routing

I would like to use AngularJS in my next project. The application with Python backend and html5, Angular frontend. I …

angularjs url-routing frontend backend
How to create RouteUrls with databound parameters declaratively?

I'm using the new Routing feature in ASP.NET 4 (Web forms, not MVC). Now I have an asp:ListView which …

asp.net data-binding url-routing asp.net-4.0 asp.net-routing