0

here is my url

http://www.mydomain.com/browse.php?type=3d&subtype=started&ref=foo

how an i convert this to...

http://www.mydomain.com/browse/3d/start/foo

i have seen many questions on stackoverflow but none have given and related ans to my prob...

1 Answer 1

1
RewriteRule ^browse/([^/]+)/([^/]+)/([^/]+)/?$ browse.php?type=$1&subtype=$2&ref=$3 

I've left the trailing slash as optional.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.