Top "Routing" questions

Questions about mapping URLs to Controllers and Actions.

Laravel Pass Parameter from Route to Filter

I am using the laravel framework. If I have the following route: Route::get('/test/{param}', array('before'=&…

php routing laravel laravel-4 mamp
router-link and href not working in Vue js

I am learning vue js and i created an admin page which i am able to route when i am …

routing vue.js routerlink
How to get RouteData by URL?

I need to get RoutData by given URL string in ASP.NET MVC application. I've found the way that I …

asp.net-mvc url routing url-routing asp.net-mvc-routing
React router v4 redirect when no match

I'm new to react-router (and client side routing in general) so I might be thinking about this all wrong. Sorry …

reactjs authentication routing react-router react-router-v4
AngularJS: How to remove #!/ (bang prefix) from URL?

I already have done $locationProvider.html5Mode(true); but it is not working. Whenever I access http://example.com it …

angularjs routing angular-ui-router angularjs-1.6
receiving multicast on a server with multiple interfaces (linux)

To receive a multicast on my not default NIC (dvb) I do the following: open a socket (AF_INET, SOCK_…

linux networking routing multicast
How do I route images using ASP.Net MVC routing?

I upgraded my site to use ASP.Net MVC from traditional ASP.Net webforms. I'm using the MVC routing to …

c# asp.net asp.net-mvc routing url-rewriting
Redirect from one Area's action to a action in the "root"-area?

I use the latest version of ASP.Net MVC 2 RC. My question is, how do I redirect from one action …

asp.net asp.net-mvc routing asp.net-mvc-routing
Mikrotik forward traffic to another gateway

I have problem with setting Mikrotik to forward specific packets to another router. Our devices is setup like this: LAN1: 192.168.1.0/24 …

routing mikrotik
Routes with Dash `-` Instead of Underscore `_` in Ruby on Rails

I want my urls to use dash - instead of underscore _ as word separators. For example controller/my-action instead of …

ruby-on-rails routing rails-routing