Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

iproute2 commands for MPLS configuration

Trying to figure out how one can use iproute2 to manage static label-switched MPLS routes in Linux kernel 4.1. I am …

linux linux-kernel routing netlink iproute
restify optional route parameters

Hi I have an routing issue with restify.io It seems like restify does not support the "?" for optional parameters …

node.js routing restify
How to serve index.html with web api selfhosted with OWIN

Should be an easy question, just can't find the answer. I have an SPA (AngularJS) with web api which is …

asp.net-web-api routing single-page-application owin
react-native-router-flux, how to get current scene key

Hey I'm trying to get current scene key while using react-native-router-flux. my route file: const AppRouter = connect()(Router) class Routes …

routing react-native react-routing
Symfony2 translate URL and Routing

I'm trying to translate my url routing in Symfony2. I already manage that the tld change the language of my …

url routing symfony translate
AngularJS 1.6 routing not working

I am trying to create my first angular app. But its not working at all. I have no idea what's …

javascript angularjs routing angularjs-1.6
Changing Index Page - Ruby on Rails

I am new to rails so go easy. I have developed my blog and deployed it successfully. The entire app …

ruby-on-rails ruby routing indexing blogs
Rails routing - :on => :collection

The Rails routing guide doesn't specify what :on => :collection means. I cannot find an explanation to what the :on …

ruby-on-rails-3 routing rails-routing
ASP.NET MVC: CSS file returning a 302 error when it exists

I'm getting a 302 error returning on a single CSS file on an ASP.NET MVC 2 site in localhost this morning …

asp.net-mvc iis routing http-status-code-302
Angular 2 add routerLink in child which points to root router

Currently I am developing a web app using Angular 2 Beta 8. Now I am facing a problem with nested routes when …

javascript routing angular router angular2-routing