Description
Hi,
sorry i'm really bad skilled in .htaccess but i need to do this:
I need to have URL in this format:
http://www.domain.com/test/accomodation/search/?variable_2=aaa&variable_3=bbb
and the first variable is "accomodation" between slashes. I don't know how many variable i need after last slash, but as many as possible.
I tried something like this, but it doesn't work... Yes it work, but i can get any variable after last slah...
RewriteRule ^(accomodation)/search/(.*) accomodation.php?title_url=$1

Explanation & Answer

I see. So you are trying to change all ?= to "/"?
Before we do .htaccess, I need to know that are you using any PHP/Python framework?
