Hi all ,
Hopefully someone can help me with this, I have read loads of tutorials on this and just cant get my head around it, I have even tried the on-line mod_rewrite code generators but this gave me a internal server error.
basically I have a form that uses the GET value, I use the results to query the database and then display the results on the same page.
The problem im having is that the url can be different each time based on the input for e.g
http://www.domian.co.uk/events/?page=1&county=aCounty&submit=Search OR
http://www.domian.co.uk/events/?page=1&county=aCounty&eventType=Type&submit=Search OR
I would like it to look like this ideally
http://www.domian.co.uk/events/1/aCounty/Search
http://www.domian.co.uk/events/1/aCounty/Type/Search
If anyone could point me in the right direction that would be brilliant
Thanks for your Time
Ian