[opencms-dev] Redirecting with URL parametrs
Martin Bednář
bednar at triax.cz
Thu Jan 20 17:50:22 CET 2005
I have something like
/opencms/opencms/site1/en/index.html (Link to ./january/index.html)
/opencms/opencms/site1/en/january/index.html (Link to 3.html)
/opencms/opencms/site1/en/january/1.html (JSP)
/opencms/opencms/site1/en/january/2.html (JSP)
/opencms/opencms/site1/en/january/3.html (JSP)
files 1.html 2.html 3.html are JSP pages with some logic.
index.html files are Link
It;s working nice with one exception:
When I request URL
http://localhost:8080/opencms/opencms/site1/en/index.html?param1=XXX the
URL parametrs are lost on 3.html page.
It's of course good if I use
http://localhost:8080/opencms/opencms/site1/en/january/3.html?param1=XXX.
Any solution ?
Thanx Bedy
More information about the opencms-dev
mailing list