I use the code below in a Codeigniter htaccess file
RewriteRule ^([^.]+)-vacation$ /search?location=$1
When i access it with the url www.example.com/moscow-vacation
,
it gives me a 404 error.
I have used the above htaccess code in a core php application. It works fine there.