|
Search
|
||||||
Apache directory sortingHTML & Coding HTML, XHTML, CSS, XML and other coding issues you may code into. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Apache directory sorting
I have a directory of images and other files, I am having an issue displaying the full file name as apache is cutting the file name around 13 charactors, also I'd like to sort descending by name if at all possible.
Right now I'm using Apache 1.3.37.
__________________
"Behold, I am not Gandalf the grey, whom you betrayed. I am Gandalf the white, who has returned from death." "We meet again. At the turn of the tide. The great storm is coming, but the tide has turned." |
| Advertisement |
|
#2
|
||||
|
||||
|
I ran into a similar issue not to long ago, the best reference is the Apache documentation: http://httpd.apache.org/docs/1.3/mod/mod_autoindex.html
Here's an example of my .htaccess file: Code:
IndexOrderDefault Descending Name IndexOptions FancyIndexing FoldersFirst NameWidth=* AddDescription "Apartment Photos" .jpg |
|
#3
|
||||
|
||||
|
Ah- Thank you for the help. I have implemented your suggestion and some others as well.
__________________
"Behold, I am not Gandalf the grey, whom you betrayed. I am Gandalf the white, who has returned from death." "We meet again. At the turn of the tide. The great storm is coming, but the tide has turned." |
![]() |
| Tags |
| apache, directory, sorting |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache Problems... | Sandoo | HTML & Coding | 1 | Feb 10th, 05 9:04 AM |
| Apache upgrade | cnlnetworks | Software Support | 3 | Jan 10th, 05 7:33 PM |
| Active Directory and pushing out programs | SwordWielder | Windows Server OS | 3 | Jun 20th, 04 12:54 AM |
| Configuring Apache | k3o | Linux & Apple OS Support | 32 | Apr 4th, 04 11:56 PM |
| [resolved] Windows 2000 Server, Active Directory GPO issues | Ogden2k | Windows Server OS | 7 | Mar 3rd, 03 1:28 AM |