I want to change the order of files displayed within a directory. I want to direct my users to a directory of numbered files. Currently, when they reach the directory, all files are displayed with all numbers starting with "1" being listed first (1,10,100,101) progressing to the "2" etc.
http://www.modern-saddlebred.com/IASPHA_JULY_2010/
I would like for the server to display them in a numerically, sequentiality, ie. 1,2,3,4,5, etc.
I'm hoping / thinking htaccess could accomplish this, but I'm having trouble putting my finger on the solution.
I can't say for sure but I think this may be beyond htaccess's capabilities. I'm guessing you will either have to write something or rename the files with a better numbering system if that's possible. ie. 001, 002, 010, etc....
Don't hold me to that though.
Thank you. Think I might take your suggestion on the renaming.