My website creates urls like the following: /index.php?placeid=27
I want to be able to change the url to display the place name, so something like: /southampton
where the placename is another database field displayed on the content of each page. I guess this requires some php and .htaccess
solution which puts a variable into the url, but I can't seem to work this out from any similar questions on here. Thanks.