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

Howto: Add another website to your account

You can add another website to your hosting account if your hosting plan allows for more than one...

Convert PDF to HTML Service

To convert your PDF files to html try using the following converter tool from Adobe:...

When should I use ascii and when should I use binary?

Many FTP client programs support and auto mode to detect the proper upload type based on file...

403 Error on POST

This can occur for several reasons: Be sure your file permissions are correct. If the file needs...

Meta Redirect

Adding this code to your web page will redirect your visitors to any address that you have...