Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

Angular 2 "slide in animation" of a routed component

let's say I have 2 routed components and two Routerlinks in the fixed navbar to route them. I want them to …

angular routing slide angular-animations
mikrotik: route all traffics of particular local ip to defined gateway

I am using Mirkotik RB 1100 v6.0rc11. I have such configuration for my network LAN ether1 192.168.0.0/24 ISP1 Ether6 PPPOE Connections …

routing mikrotik
ASP.NET MVC Routing Via Method Attributes

In the StackOverflow Podcast #54, Jeff mentions they register their URL routes in the StackOverflow codebase via an attribute above the …

asp.net-mvc routing url-routing decorator
fosuserbundle No route found for "GET /login/"

I recently updated symfony2 using composer, and now I can't login. Here are the relevant files. Let me know if …

symfony routing fosuserbundle
using HTML5 video tag in a simple rails app

inside index.html.erb there is the following code <video width="320" height="240" controls="controls"> <source src="truffle1.…

ruby-on-rails html video routing erb
Django: serving ADMIN media files

I've been successfully serving media files for the normal MEDIA files, but when I tried serving admin media files, I …

django routing path media admin
Symfony 2 - An error occurred while loading the web debug toolbar (404: Not Found)

Since the update to symfony 2.2, the web debug toolbar is no longer loaded in app_dev.php. I get the …

symfony routing http-status-code-404 toolbar
Basic Rails 404 Error Page

I have been looking for a simple answer to this for a ridiculously long time and it seems like this …

ruby-on-rails routing http-status-code-404
How would I have ui-router go to an external link, such as google.com?

For example: $stateProvider .state('external', { url: 'http://www.google.com', }) url assumes that this is an internal state. I want …

angularjs routing angular-ui-router single-page-application angularjs-routing
Angular 6 - multiple router outlets

I want to have an Enter-comp. as overview and basically two child-comp. For instance a login- and register-comp. Furthermore I …

angular routing angular2-routing router-outlet