0

I want to convert the following into a SEO friendly URL using .htaccess.

http://www.domain.com/?a=search&q=search+query

to

http://www.domain.com/search_query

I tried multiple examples from here but wasn't able to crack it.

tshepang
  • 12,111
  • 21
  • 91
  • 136

1 Answers1

0

Maybe this small example from css-tricks can help you.

http://css-tricks.com/snippets/htaccess/subdirectories-redirect-query-string/

Sondre
  • 1,878
  • 18
  • 33