Show longer file names in directory/folder index

If you've ever wanted to show longer file names in your directory listing just create or edit an .htaccess in that folder.

In the file named .htaccess add the following code.

This will show longer file names without being cut off.

Options +Indexes
<IfModule mod_autoindex.c>
  IndexOptions NameWidth=*
</ifModule>




  • 4 Users Found This Useful

Was this answer helpful?

Related Articles

Creating a Form Button

Sometimes all you need is a simple button. The following pages are pretty useful tools for...

How do I remove a web disk?

In Windows, go to My Network Places on your PC, find the connection, right click and delete....

How do I customize error messages for my site?

Within control panel select Custom Error Pages. Select the error code link and place whatever...

Adding a Facebook Button

Facebook has a wonderful page on adding a Facebook image to your website complete with...

Is it possible to make a cron to backup my database at specific times?

Yes, this can be very useful for forum/message board sites with large databases. In your control...