.htaccess rewrite rule with multiple variables

User Generated

trareny667

Programming

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

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

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?

Related Tags