making seo for search form
- by Ronnie Chester Lynwood
hello ive got a search form that sends "q" value with post method. and i want to seo it like TYPE-Q. for example i search for "need for speed" and it returns "game-need-for-speed" but no results. but when i changed adress like to "game-need for speed" i can get results. how can i bypass "-"'s ?
htaccess:
RewriteRule (.)-(.)-(.*)$ /index.php?q=$2&page=$3&type=$1