Top "Url-routing" questions

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

Routing URLs in PHP

I'm working on a web page project. I decided to use Apache, PHP (5.1.7, version imposed by my service provider) and …

php apache url-rewriting url-routing dwoo
Backbone events firing twice

Why must I create a whole close prototype just to have my events unbinded from my view? Shouldn't Backbone just …

javascript backbone.js url-routing unbind
ASP.NET URL Rewriting

How do I rewrite URL's in ASP.NET? I would like users to be able to goto http://www.website.…

asp.net url url-rewriting url-routing rewrite
Difference between reverse() and reverse_lazy() in Django

I understand that we can use reverse() in FBV and reverse_lazy() in CBV. I understand that we have to …

python django django-views url-routing
What is client-side routing and how is it used?

I will be glad if someone could answer the following questions How does it work? Why is it necessary? What …

url-routing client-side
Change ASP.NET MVC Routes dynamically

usually, when I look at a ASP.Net MVC application, the Route table gets configured at startup and is not …

c# .net asp.net-mvc url-routing ihttphandler
Using Django's new i18n_patterns: How to fall back to the default language specified in the settings module?

I'm using the new i18n_patterns of Django 1.4: from django.conf.urls import patterns, include, url from django.conf.…

python django internationalization url-routing urlconf
_remap or URI Routing in codeigniter

I am currently looking into the PHP Framework Codeigniter and understand the main concepts so far until the Controllers section …

php codeigniter uri url-routing remap
ASP.NET MVC 5 Attribute Routing: Url.Action returns null

I am experiencing an issue with a refactoring of our payment processing action method (called by our 3rd-party online payment …

asp.net routes asp.net-mvc-5 url-routing attributerouting
Client-side Javascript app - url routing with no hash tag

I'm working on a new client-side only app with the latest version of Ember.js. There is a single PHP …

ember.js url-routing client-side javascript-framework