pretty-urls

Managing URL Redirects when you Modify Pretty URLs - Best Practices

What are the standards for managing URL redirects if you base your URL's off properties of the data that might change a few times, like the "title"? I have a website with lots of images and I want to make the urls look like this: http://www.mySite.com/images/132123/my-cool-image-title Now say a bunch of people bookmark the image, and ...

Least resource-intensive way to set up 4 'pretty' URLs?

I'm planning an API for my own use, in Python. Perhaps someday I will make it freely accessible, but now I'm only planning to use it on my hobby site. At this stage I need some advice on how to set up the URLs, for files that receive both GET and POST requests. Suppose one of my files is called function_A.py and used in this fashion: w...