I'm trying configuring sunone webserver 6.1 config file obj.conf
What I want is:
- I request
http://www.test.com/aaa/a.htm
- and I receive
http://www.test.com/bbb/b.htm
I config obj.conf
like this
NameTrans fn="redirect" from="/aaa/a.htm" url="http://www.test.com/bbb/b.htm"
That does work but internet browser address bar change from a.htm
to b.htm
I want address bar not change.
If I try rewrite attribute, address will not change? and Is there a way using rewrite attribute on Sunone webserver or That is only possible with was server.
First of all What is redirect, rewrite?