Forum Discussion

kykong_107132's avatar
kykong_107132
Icon for Nimbostratus rankNimbostratus
Jul 23, 2005

http redirect without showing URI in browser address bar

Hi All,

 

 

wondering is that possible to do http redirect but without showing the URI on client browser address bar. example,

 

================================================

 

if (http_host contains "www.abc.com") {

 

redirect to "http://www.abc.com/abc/"

 

}

 

==================================================

 

this irule will change the browser address bar to "http:/www.abc.com/abc/".

 

 

Is that possible we redirect the traffic to /abc/ folder without showing at the browser address bar. I believe if we use Apache server to do redirection we able to acheive this.

 

 

thank in advance.