I have a URL
http://example.com/test/search.php?id=SearchWord
And i want to change this into
http://example.com/test/SearchWord
Now i tried somethings with .htaccess but i couldn't  get it work because i need to $_GET['id'].
I have a if function that checks on $_GET['id'].
How do i do this with the new short URL and how to shorten the URL ?
 
     
     
     
    