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.
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.
Maybe this small example from css-tricks can help you.
http://css-tricks.com/snippets/htaccess/subdirectories-redirect-query-string/