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

learn more… | top users | synonyms

5
votes
0answers
346 views

Symfony2 global and optional locale detection from route

It's a known problem but no solution meets precisely my case. It took me a whole afternoon of searches (no kiding), but i still can't solve it. Here's what i want to achieve, followed by a compilation ...
2
votes
0answers
37 views

Redirect script making image referencing impossible

I have a site that I run off the back of another site. In order to save on hosting etc. the domain points to a script and depending on the url that is in the address bar it redirects accordingly to a ...
2
votes
0answers
101 views

T4MVC Optional Parameter Inferred From Current Context

I have read the other post about this at T4MVC OptionalParameter values implied from current context and I am using the latest T4MVC (2.11.1) which is suppose to have the fix in. I even checked ...
2
votes
0answers
169 views

Url route doesn't work as expected with IIS

I use url routing in my asp.net project, following is my route for product page. RouteTable.Routes.MapPageRoute("product", "{language}/p/{type}/{no}/{product}", "~/Product.aspx", true); expected ...
2
votes
0answers
804 views

Ways to specifying “Routes” and “URIGroups” in WebSphere AS

Environment: WebSphere Network Deployment edition v6.1 (on Linux) We have 2 applications "Main" and "Dynamic" that each run on a server cluster. Each of these applications is set to run from its ...
2
votes
0answers
289 views

Using a Modifing a Radix Tree for implementing a URL matching algorithm

I am refactoring this algorithm completely. Basically I am re-implementing the ASP.NET MVC in C++ for another framework. I'm trying to implement a URL matching algorithm and I figured that radix tree ...
1
vote
0answers
21 views

How to configure url maping in tuckey-urlrewrite-filter?

I have some page about.jsp, contact.jsp, user.jsp, index.jsp in a folder projects under webapps root. I use tuckey-urlrewrite-filter for url mapping. I used url writing as <rule> ...
1
vote
0answers
15 views

Friendly url - url routing

I have a blog site.I have main categories and articles for each category. Each article and category have a id and queries process for these id's. I want to change my url system to friendly urls. For ...
1
vote
0answers
49 views

ASP.Net breadcrumb style URL Routing using webforms

I am working on a ASP.Net website using web-form & C#. I have used URL Routing to convert my basic url to SEO Freindly URL for example Basic URL ...
1
vote
0answers
27 views

IIS 7.5 URL rewrite module and URL routing in Global.asax for sub-applications

I have a "top-level" web-site, www.ccesd.ac.uk, and various "lower-level" web-sites running off it such as www.ccesd.ac.uk/BritSocAt that are separate sites but share a lot of code. These lower-level ...
1
vote
0answers
60 views

Web API Lowercase Route

Hy there, I need to enforce Lowercase routes in my Web API project. If it was an MVC project i would use something like routes.LowercaseUrls = true; But in Web API that property does not exists. ...
1
vote
0answers
54 views

Ruby Websocket endpoints, EventMachine, Goliath, etc

I am fairly new to using web sockets, but I have enjoyed what I have been doing so far. My app is currently setup with 3 endpoints based upon the path the connection is initially established with. ...
1
vote
0answers
28 views

From the Graph API Explorer to valid url

How can I convert from the Graph API Explorer: GET=>https://graph.facebook.com/1261653562?fields=id,name,albums.fields(photos.fields(picture,name),updated_time) + Access_token=AAAC.... to a valid ...
1
vote
0answers
190 views

Symfony2: locale & subdomain host pattern in routing

I seem to have a missunderstanding in some aspects of the locale and subdomain pattern in Symfony2 routing. Why doesn't this work? routing_de: host: "dev.de.example.com" resource: ...
1
vote
0answers
166 views

RouteData.Values[“xxx”] generates error inside asp.net user Control

I am trying to update my asp.net webform based website to use Routing feature but i am failing to fix one error inside userControl.ascx. I can access query string value in main page using ...
1
vote
0answers
286 views

Use .net 4 URL routing to redirect one ASPX page to another based upon query strings?

We are restructuring our ASP.Net site a bit and we will need to redirect a lot of page requests to the new pages. I was wondering if we could .Net 4's routing mechanism for this. What will happen ...
1
vote
0answers
48 views

Custom Route implementation and ChildAction

I have a custom route implementation for make url segments lowered and dashed like this: /Home/About -> /home/about/ /MyDocs/MyPage/23 -> /my-docs/my-pages/23/ and so on. It was working and I ...
1
vote
0answers
56 views

canvas app mobile link

We have a Facebook canvas app that is configured and works properly on mobile browsers. However, if I provide a link to that app on Facebook and somebody clicks the link from the iOS Facebook App, ...
1
vote
0answers
154 views

How is the URL routing handled in Wordpress?

I am trying to understand how URL dispatching in Wordpress backend occurs? I asked a related question: How to find php file or function that generates a wordpress admin page? One answer said that I ...
1
vote
0answers
28 views

Does anyone know of a front-end method that resolves urls similar to ASP.NET MVC Url.Action()

What I am looking for is a lightweight front-end framework that can take partials, such as a footer navigation, and resolve urls correctly from any location in the file system. For example, I have ...
1
vote
0answers
242 views

Asp.Net PageMethod can not be accessible when UrlRewrite is active

I have an application and it works like a charm if i don't apply rewrite rule. When i apply a rule (even it gives the same address) pagemethod can not be accessible. I call pagemethod inside the js ...
1
vote
0answers
20 views

Downsides of having a unique url for users?

I allow users to have a unique keyword that allowed their profile page to be accessed by mysite.com/username. I'm using a line at the bottom of my routing rules file to catch these urls. I then look ...
1
vote
0answers
237 views

URL Rewrite in C# .NET 4.0

Following is my code on globle.asax.cs file: public static void RegisterRoutes(RouteCollection routeCollection) { routeCollection.MapPageRoute("Account", "home", ...
1
vote
0answers
45 views

URL Routing is not working in asp.net4 when published

I used ` RouteTable.Routes.MapPageRoute for my pages in website same as RouteTable.Routes.MapPageRoute(1, ...
1
vote
0answers
166 views

override plugin URL mappings

The Grails simple-blog plugin defines a number of URL mappings in a file BlogUrlMappings.groovy. One of which is: "/blog/view/$author/$title?"(controller:"blog", action:"showEntry") This means ...
1
vote
0answers
102 views

Asp.net allow access only through routes?

I am using URL rewrite to make user-friendly URL's. So www.mysite.som/search is being handled by www.mysite/search.aspx correctly. But there is one more thing I want. I want to prevent direct access ...
1
vote
0answers
133 views

ASP .NET MVC 3 routes to implement a “coming soon” page functionality, hiding certain areas and controllers

The page I am no implementing is in a "coming soon" stage. Some elements are not available yet, except for the informative part. I need to make navigation to a 'ClientPanel' area and the Account ...
1
vote
0answers
98 views

Mod-rewrite problems with REQUEST_FILENAME

I have a problem with server interpreting domain.com/index as domain.com/index.php. This screws with my URL structure. I have created a .htaccess file with the following: <IfModule ...
1
vote
0answers
83 views

Javascript does not load on alternate URL unless it is in a file

I have a server at http://reallycomplicatedservername42342390 on an internal corporate network. I have added a nice freindly URL at http://friendlyurl The issue is, I had javascript inline that ...
1
vote
0answers
372 views

Using IIS ARR to route SOAP requests

The situation is that we have some SOAP (asmx) services that are version dependent upon a 3rd party software. These services reside on domainA. We are in the process of migrating to a new version of ...
1
vote
0answers
305 views

Drupal 7 - URL rewriting with hook_url_*_alter() doesn't seem to be working

Here's my situation: I have a bunch of HTML pages in sites/default/files/pdf. I want to serve them as is so I have links to them in my Drupal site. However, one of the requirements is that all the ...
1
vote
0answers
269 views

Multiple Country/Language Sites Under Single Web Application - TLD Routing Rewrites

I want to host multiple Top Level Domains (TLDs) off of the same web application. Scenario: www.mywebsite.com has language sub-folders of /en-us/, /en-gb/, /fr-ca/, /ja/, etc... So ...
1
vote
0answers
193 views

URL Routing in ASP.net 3 Web Forms with IIS7

I am using Web Forms ASP.Net Framework 3.5 I have built a website which is running fine on IIS6. I have added routes for it which are running fine aswell. It required me to do some changes in ...
1
vote
0answers
41 views

Question about a redirect

I just noticed that sometimes (even when given a wrong url) load perfectly fine. How do they accomplish this? What I mean is, suppose you click on a link that seems good like www.foo.com but it ...
1
vote
0answers
144 views

Problem with asp.net mvc routing

I have the following project structure UserController code: public class UserController : Controller { public ActionResult Login() { return ...
1
vote
0answers
496 views

Application_BeginRequest not firing on WebForms URL Routing

Debugging through my application. ASP.NET WebForms 2.0 using URL routing. I'm registering my routes in Application_Start, however I'm noticing that my Application_BeginRequest method in Global.asax is ...
1
vote
0answers
784 views

ASP.Net 4 routing and subdomains

I'm developing a site with ASP.Net 4 which uses routing extensively. it displays pages for each client depending on the route data. http://localhost/abc/manage/posts/ redirect to posts page of abc ...
1
vote
0answers
231 views

Mixed dynamic routes in Rails/Merb

Im trying to figure out the best way to map simple routes into one url. Application contains of 4 models: Location, Category, Budget, Company. But each model could be mapped to single url like this. ...
0
votes
0answers
7 views

redirecting to different domian from href but url routing causing issue?

I have created an application in asp.net 4.0 and implemented url routing in global.asax file. Everything is fine till now. But in one page, i need to redirect the user to different domain. <a ...
0
votes
0answers
29 views

Url Routing with MapPageRoute is not working with asp.net webforms

I have added this code to my global.asax void Application_Start(object sender, EventArgs e) { // Code that runs on application startup RegisterRoutes(RouteTable.Routes); } ...
0
votes
0answers
17 views

ASP.net MVC MapRoute equivalent in Java SpringMVC

i'm very fashinated from MapRoute function in asp.net mvc, it allows to declare in very simple way url, controller and menu name to map requests inside out web app. For example public static void ...
0
votes
0answers
20 views

Asp.net Routing with structured freindly url

I am using ASP.Net web form Routing for my website but i want to make it more structure & hide all the Querystring ID's with proper Structure like Language/PageName/Issue/Category/Title Since i ...
0
votes
0answers
24 views

appending folder structure in url rewriting

In our custom cms we have facility to add restaurant and special offers. Initially what I did is to rewrite friendly urls using the name field. To achieve this I write this code in the ...
0
votes
0answers
39 views

Allow access to 'subdirectory' created by URL router with Apache

I have a development server for a website I am re-developing with an API backbone. I want the domain to be protected from outside access, so I require a valid htpasswd user on all domains hosted on ...
0
votes
0answers
24 views

How to access index.php page when index.html has priority

I have a wordpress site that is using an index.php page. Now the website is not live yet, so I added an index.html page for a temp page - So that users will not see the index.php page, yet. But now ...
0
votes
0answers
48 views

Error 404 on Apache when the URL contains characters like brackets or hyphens

In my Zend Framework 2 application I have a catalog of cities with links to sports pages: page "Cities" (/catalog) Madrid link: website.tld/catalog/Madrid Berlin link: ...
0
votes
0answers
11 views

How to use asp route in a predefined and dynamic url

I'm currently using this rules to route our multilingual site. routes.Add("ar", new Route("ar/{*path}", new GlobalizationRouteHandler(CultureInfo.GetCultureInfo("ar-AE")))); routes.Add("nl", new ...
0
votes
0answers
49 views

Url rewriting with multiple optional values in asp.net

I have an Asp.net MVC 4 application with a url schema of the form host/catalogue/n/navigation_value/t/type_value/b/brand_value. n, t and b indicate what domain the following value refers to: ...
0
votes
0answers
39 views

How to use Routing in asp.net 3.5 in web form

I have used following code, But i am not able to access my querystring ...... public class RouteHandler : IRouteHandler { string _virtualPath; public RouteHandler(string virtualPath) { ...
0
votes
0answers
95 views

Url only with string ID : URL Routing in asp.net 4.0 Webforms

I previously created a url like this www.mydomain.com/brand/nikkon using URL routing asp.net 4(webforms) RouteTable.Routes.MapPageRoute("brandRoute","brand/{Name}","~/Viewbrand.aspx"); Now I ...

1 2 3 4 5 8