Can you help in URL rewrite
Hi, am trying to achieve the following
www.abc.com/ad-category/cars/Paris
from
www.abc.com/ad-category/cars/?cp_state[]=Paris
I tried putting this after wordpress rules in htaccess file
RewriteRule ^ad-category/cars/([a-zA-Z0-9_-]+)$ /ad-category/cars/?cp_state[]=$1 [NC,L,QSA]
but nothing happens. Can you help please.