Hi,
Ok this is the situation.
There's a page a.jsp in the htdoc dir, and there another page b.jsp in htdocs/x/b.jsp.
Now, when I try to access page a.jsp (
www.sitename.com/a.jsp), for some weird reason the browse it automatically goes to
www.sitename.com/x/b.jsp.
I have check the configs, and there is no .htaccess in there.
What I did find was that when access
www.sitename.com/a.jsp for some strange reason there is a request parameter in there, and when I call request.getRequestURI() it actually gives me
www.sitename.com/x/b.jsp.
Does anyone know what is this happening? and where can I look into?
Thanks