Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to redirect multiple parameter of query string using htaccess #88

Open
vijayvp710 opened this issue Aug 2, 2018 · 0 comments
Open

Comments

@vijayvp710
Copy link

vijayvp710 commented Aug 2, 2018

I have the following 2 links, Please some one help me

I want to redirect this page http://www.mywebsite.co.uk/category-of-mobile/any-words/?id=smob_qs&fromDate=&parts=

to another page http://www.mywebsite.co.uk/category-of-mobile/any-words/smob_qs

Note:

  • smob_qs key is the value of the first query string
  • For category-of-mobile keyword is fixed
  • For any-words keyword is dynamic [only characters letters a-z or A-Z]
  • For query string must removed second and third parameter
  • Must keep the first query string but only value. Example like "smob_qs"

So i need http://www.mywebsite.co.uk/category-of-mobile/any-words/smob_qs Url

Please help me using htaccess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant