TwelvestoneBack End

Changing the order of files displayed


Sign in

  • Waiting for Godot ( 730 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 5.1 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.9 k posts )
    general front end design an...
  • Back End ( 9.7 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
Ed Suspicious
 
2010-07-19

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.

the real me
 
2010-07-19

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.

Ed Suspicious
 
2010-07-19

Thank you. Think I might take your suggestion on the renaming.

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneBack End

Changing the order of files displayed