Forums / Setup & design / Url translation looses POST data

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Url translation looses POST data

Author Message

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

Claudia Kosny

Friday 27 October 2006 3:21:45 pm

Ah yes, I forgot that this is also possible.

Thanks

Claudia