I want to change all the dynamic URLs on photo pages on my site. Here is an example: freestockimages.net/details.php?gid=30&sgid=&pid=71 Ideally I would like it to look something like this: freestockimages.net/building-in-san-francisco-g30.html Does anybody have any idea how I could possibly do that? Or is there any resources that might show me? Thanks
If you are on a unix server, look into mod-rewrite. If you use windows hosting, research ASAPI-rewrite. Good luck..
i like the "Good luck.." part only someone who messed with the mod-rewrite issue will know what u mean search google ... and try this if u want http://www.workingwith.me.uk/articles/scripting/mod_rewrite (its not the best , but its the one that i found with less ads )
Here is the one which gives pefect info on that one. http://forums.digitalpoint.com/showthread.php?t=23044
Cheers for the help guys. It looks quite complex at first glance so Ill start reading now! Thanks again.