I would like to re-write (change) the visual appearance of my site URL's, NOT the URL's location or destination.
The current re-write rule doesn't seem to be having any effect on my site URL's.
Current URL:
sell-house-fast/?location=ilford
Desired URL:
sell-house-fast/ilford
Current Code:
RewriteRule ^sell-house-fast/ilford/$ sell-house-fast/?location=ilford [NC,L]
Conclusion:
My URL's are just the same. The code in my .htaccess file hasn't changing a thing.
I'm only guessing, maybe it has something to do with the special characters?
Any ideas/answers would be appreciated.