Top "Url-routing" questions

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

Routing URL Path with PHP and Apache

I am trying to create a nice url structure for my site. My router class will only work if the …

php apache .htaccess url-routing front-controller
Flask and React routing

I'm building the Flask app with React, I ended up having a problem with routing. The backend is responsible to …

python reactjs flask url-routing
Flask URL Route: Route All other URLs to some function

I am working with Flask 0.9. I have experience with Google App Engine. In GAE, the url match patterns are evaluated …

python google-app-engine url-routing flask
Yii2 routing when using CamelCase action names

If you have say the following controller structure <?php namespace app\controllers; use Yii; use yii\web\Controller; /** * Test …

php yii url-routing yii2
Using Web.SiteMap with Dynamic URLS (URL Routing)

I would like to match "approximate" matches in Web.SiteMap The Web.Sitemap static sitemap provider works well, except for …

mapping url-routing sitemap wildcard sitemapnode
Changing the base URL for Rails 3 development

I know I'm going to deploy to an environment with my application running with a base URL which looks like …

ruby-on-rails ruby-on-rails-3 url-routing webrick
ASP.net MVC support for URL's with hyphens

Is there an easy way to get the MvcRouteHandler to convert all hyphens in the action and controller sections of …

asp.net-mvc url url-routing seo
Change URL from controller?

Is there a way to change the current url params from the controller so when the page is loaded, additional/…

asp.net-mvc url-routing url-parameters
Routing in subdirectory in Angular.js

Is it possible to develop an Angular.js application in a way that would be abstracted from the the web …

url-routing angularjs
How can I pass query string to backbone.js routing

I'm using Backbone.js and jQuery-mobile. jQuery-mobile routing is disabled and I'm using the lib only for UI. I got …

backbone.js query-string url-routing