Top "Url-routing" questions

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

Laravel 4 : Route to localhost/controller/action

I'm more or less new to Laravel 4. I've never used routes before but normally what I'm used to is url/…

laravel laravel-4 url-routing laravel-routing
Auto-versioning in ASP.NET MVC for CSS / JS Files?

I have read lots of article on how to auto-version your CSS/JS files - but none of these really …

asp.net-mvc url-rewriting url-routing
How do I use FastRoute?

I'm attempting to use the FastRoute routing library and can't get the simple usage example to work. Here is the …

php url-routing
How can I make routes from a Rails 3 engine available to the host application?

I have a Rails 3 application with several engines containing additional functionality. Each engine is a separate service that customers can …

ruby-on-rails ruby-on-rails-3 url-routing rails-routing rails-engines
React router modal-only routes

I do have a public and a private area in my app and i want to be able to show …

javascript url-routing reactjs react-router
How to correctly canonicalize a URL in an ASP.NET MVC application?

I'm trying to find a good general purpose way to canonicalize urls in an ASP.NET MVC 2 application. Here's what …

.net asp.net-mvc-2 url-routing canonical-link
AngularJS Routing Case Sensitivity

I haven't been able to find a straightforward answer to this, which leads me to believe that it's something really …

javascript angularjs url-routing case-sensitive
Angular2 router VS ui-router-ng2 VS ngrx router

What are the benefits and disadvantages of using ui-router-ng2 instead of the new Angular2 router? In the past i used …

angular angular-ui-router url-routing angular2-routing ngrx
How to defer routes definition in Angular.js?

I have configured some basic routes that are available for all users before they log in: App.config(function ($routeProvider) { $…

dynamic configuration url-routing angularjs deferred
Rails REST routing: dots in the resource item ID

I have following in my routes.rb: resources :users, :except => [:new, :create] do get 'friends', :as => :friends, :on =&…

ruby-on-rails ruby-on-rails-3 rest url-routing