Forums / Setup & design / Url translation looses POST data
Claudia Kosny
Friday 27 October 2006 1:34:57 am
Hi there
I have a new virtual URL forwarding that translates the url /bar to the existing virtual url /foo/bar.Then I have tried to post some data to this url using a form with the action {'/bar'|ezurl()}. When I submit the form the page loads correctly but there are no post data. If I use {'/foo/bar'|ezurl()} as form action the post data are available just fine. The same happens if I use GET as form method.
Any tips or hints on how to solve this problem?
Claudia
Xavier Dutoit
Friday 27 October 2006 1:40:56 am
Hi,
Do it as a new mo_rewrite rule in apache if you can.
X+
http://www.sydesy.com
Friday 27 October 2006 3:21:45 pm
Ah yes, I forgot that this is also possible.
Thanks