These should be a relatively easy task but I am having some serious issues with my muddled head on a friday. I have:
http://www.localokel.com/search.php?sch=city&val=London
and am trying to get:
http://www.localokel.com/search/city/London
Currently the following is not working:
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)$ /search.php?sch=$1&val=$2 [L]