Ultimate URL rewriting engine

C

craigkenisston

According to this guys here:

http://tinyurl.com/ygjxry

"You can use different URL styles:
* http://www.myweb.com/products/nokia
* http://www.myweb.com/products/nokia.aspx
* http://www.myweb.com/products/nokia.htm
* ... or virtually any other extension
The URL rewriting engine in Kentico CMS, unlike common rewriting
engines, doesn't require manual configuration of your server which
allows you to use friendly URLs even on a hosted server."

How do they do it ? Last time I investigated on this and read a lot of
articles, there were no posiblity to do this. I was doing a small
application and ended doing an HttpHandler, but I had to still using
the .aspx extension, and there were no hackable directories.
There's another CMS, AxCMS that does allow fancy extensions, but you
must go to IIS and configure it manually, which is not possible on a
shared hosting.

Does anybody have any idea about the techniques used here ?
 
L

Laurent Bugnion

Hi,

According to this guys here:

http://tinyurl.com/ygjxry

"You can use different URL styles:
* http://www.myweb.com/products/nokia
* http://www.myweb.com/products/nokia.aspx
* http://www.myweb.com/products/nokia.htm
* ... or virtually any other extension
The URL rewriting engine in Kentico CMS, unlike common rewriting
engines, doesn't require manual configuration of your server which
allows you to use friendly URLs even on a hosted server."

How do they do it ? Last time I investigated on this and read a lot of
articles, there were no posiblity to do this. I was doing a small
application and ended doing an HttpHandler, but I had to still using
the .aspx extension, and there were no hackable directories.
There's another CMS, AxCMS that does allow fancy extensions, but you
must go to IIS and configure it manually, which is not possible on a
shared hosting.

Does anybody have any idea about the techniques used here ?

I suspect they use a ISAPI filter. The advantage of ISAPI filters is
that they are not part of .NET, so they get the whole traffic and can
filter (or in that case modify) it. HttpHandlers are only active for
..NET content, which is why you cannot use just any extension.

HTH,
Laurent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top