Developer forum

Forum » Development » Custom Urls
Kim Sørensen
Reply

Hello fellow developers.

We have made an untraditional solution I DynamicWeb where each page returns some xml, which a content loader uses to fetch its content.

For SEO reasons we need to control the URL rewriting completely, for this we have made an HttpHandler to catch the incoming URL on Begin Request, and fetch the relevant content to the content loader, however it seems that DynamicWeb rewrites the URL before our HttpHandler catches the URL, because if we enter e.g. http://www.comfort.dk/Belysning/Artikler/ our HttpHandler gets Default.aspx?ID=7.

Is there a way to disable DynamicWeb from rewriting the URL.


Replies

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer
Well - you can disable URL rewriting in management center... By Choosing none.

In global.asax you can also remove the call to DWs Application_AuthenticateRequest which handles url rewriting.

Votes for this answer: 0
 
Kim Sørensen
Reply

Thanks for a fast reply.

Where in the Management Center do I set it to None?
In the "Brugerdefinerede URL´er" I can only set it to "Kun standard (Default.aspx?ID=Side ID)"

/ KimS

 
Nicolai Høeg Pedersen
Reply
That is none...

 

You must be logged in to post in the forum