> The most obvious approach that springs to mind is to use the On Request 
> handler to intercept the friendly URL, interperate it, and then direct the 
> request to the appropriate script with the appropriate query parameters. The 
> problem with this is that I think the browser then gets the internal URL when 
> the response comes back (I haven't tested this - I'm just assuming that's 
> what happens).

I do this on all the sites I write.

The browser only sees external URLs, both incoming and outgoing. It is up to 
you to use only convert interal to external URLs before putting them in a page 
(links, form actions, etc).

Many thanks,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
Active4D-dev@aparajitaworld.com
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to