Top "Routes" questions

Questions about mapping URLs to Controllers and Actions.

CodeIgniter 404 Page Not Found, but why?

I am using CodeIgniter for two applications (a public and an admin app). The important elements of the document structure …

php codeigniter routes http-status-code-404
How to force Laravel Project to use HTTPS for all routes?

I am working on a project that requires a secure connection. I can set the route, uri, asset to use …

php ssl https routes laravel-5.2
How to redirect to a route in laravel 5 by using href tag if I'm not using blade or any template?

Route::get('/page','UserController@view page'); is my route. I have a list with href tag and I want …

redirect routes laravel-5 href
How to open a link in new tab using angular?

I have an angular 5 component that needs to open a link in new tab, I tried the following: <a …

html angular routes anchor
Change route params without reloading in Angular 2

I'm making a real estate website using Angular 2, Google Maps, etc. and when a user changes the center of the …

javascript angular routes angular2-routing
Redirect From Action Filter Attribute

What is the best way to do a redirect in an ActionFilterAttribute. I have an ActionFilterAttribute called IsAuthenticatedAttributeFilter and that …

c# asp.net-mvc asp.net-mvc-3 redirect routes
No route matches "/users/sign_out" devise rails 3

I've installed devise on my app and applied the following in my application.html.erb file: <div id="user_…

ruby-on-rails ruby-on-rails-3 devise routes
Rails 3: I want to list all paths defined in my rails application

I want to list all defined helper path functions (that are created from routes) in my rails 3 application, if that …

ruby-on-rails ruby-on-rails-3 routes
Difference between [routerLink] and routerLink

What is the difference between [routerLink] and routerLink ? How should you use each one?

angular routes routerlink angular-routerlink
laravel Unable to prepare route ... for serialization. Uses Closure

When I clear caches in my Laravel 5.2 project, I see this error message: [LogicException] Unable to prepare route [panel] for …

laravel serialization routes