I tried using this code:
RewriteRule ^(.*)/([0-9a-zA-Z]+) results.php?property_type=$1&city=$2 [NC,L]
I want to redirect all of my property types and city. Example:
domain.com/apartment/doha
But it seems that it is now working, the js, css, images or any includes are returning an error.
What is the best approach for this?
Thanks!