Im trying to make /search/search-term.html work
/search/term.html works just not with a dash in it.
Code:
RewriteRule ^search/([^/]+)\.html$ /index.php?s=$1 [QSA,L]


Comment