Thursday, March 22, 2012

Mask URL in the address bar

Hi,
Not sure if this is the right forum for this, but does anyone know ifthere is a way to mask or change the URL in the address bar?

I want to show http://www.mysite.com/subdirectory/subsub.aspx andeverything inside that subdirectory/ as http://www.mysite.com/subdirectory/

I don't like to use framesets.... Is there any Javascript or serverside coding solution to do this??

Thanks in advance
Anz

Take a look at URL rewriting:http://www.codeproject.com/aspnet/URLRewriter.asp


Thanks Ryan... What exactly i was looking for
Do you know if there is some other method or technique to implement itindependent of server side language... Something like Javascript
I need to implement it in a CF project also...

Thanks
Anz
I'm not aware of anyway to do URL rewriting in client-side code. You might want to post in the Client-Side forum and see if anybody there knows of anything:http://forums.asp.net/130/ShowForum.aspx
Please do have a look at:

HOWTO: Common URL Redirection Techniques for IIS


Regards

StrongTypes wrote:

I'm not aware of anyway to do URL rewriting in client-side code.


I should hope not, otherwise it would be a massive security risk!

0 comments:

Post a Comment