Topic: mask url (hiding querystring)
|

|
| Author |
|
MPereira1987 Newbie

Joined: 18 May 2010 Location: Portugal
Online Status: Offline Posts: 3
|
| Posted: 18 May 2010 at 5:56am | IP Logged
|
|
|
Hello everyone,
I'm trying to mask my company url hiding the query string, for example:
- current url:
www.companysite.com/clientDetails.asp?clientID=4
-pretended url:
www.companysite.com
they don't want to use frames or modify thousands of pages adding the server.transfer(), so i searched for isapi_rewrite but until now i couldn't figure it out how to mask the url.
sorry for my bad english
Best regards,
Marco.
|
| Back to Top |
|
| |
Anton Admin Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Online Posts: 10489
|
| Posted: 18 May 2010 at 6:32am | IP Logged
|
|
|
Not sure what exactly you want to achieve...
Do you want the request to www.companysite.com/clientDetails.asp?clientID=4 to be shown in the address bar as www.companysite.com but the
content taken from www.companysite.com/clientDetails.asp?clientID=4 ?
Also, please confirm you are using ISAPI_Rewrite v2 (not v3).
__________________ Regards,
Anton
|
| Back to Top |
|
| |
MPereira1987 Newbie

Joined: 18 May 2010 Location: Portugal
Online Status: Offline Posts: 3
|
| Posted: 18 May 2010 at 8:17am | IP Logged
|
|
|
Hi,
yes that's my objective, to show in the address bar in the browser only www.companysite.com instead of www.companysite.com/clientDetails.asp?clientID=4 but still passing the arguments do the page hidden.
yes i'm using isapi_rewrite v2.
once again, sorry for my bad english.
best regards.
|
| Back to Top |
|
| |
Anton Admin Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Online Posts: 10489
|
| Posted: 19 May 2010 at 2:20am | IP Logged
|
|
|
One more question: is it the only page you want to hide behind the root?
Note that hiding behing the root means you won't be able to access the root itself as you'll be directed to /clientDetails.asp?clientID=4...
Maybe it's better to think of some other way to hide it...
__________________ Regards,
Anton
|
| Back to Top |
|
| |
MPereira1987 Newbie

Joined: 18 May 2010 Location: Portugal
Online Status: Offline Posts: 3
|
| Posted: 19 May 2010 at 3:11am | IP Logged
|
|
|
Hi Anthon,
Thanks for the reply, but i realized that what my company want's is very dificult to do and it's almost impossible, because they needed to hide some hundred of pages and the only way to do it is going directly to the file and put the "POST" tag where is "GET", or making an url encryption.
Thank you anyway for your replies :).
Best regards,
Marco.
|
| Back to Top |
|
| |
|
|
If you wish to post a reply to this topic you must first login
If you are not already registered you must first register
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum
|