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

View your website in older browser versions

As developers and webmasters it is always important to make sure your website works in several...

403 Error on POST

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

Change your Websites Favorite Icon

How to change your website's icon for your internet browser. Create a 16x16 pixel icon image...

Inode issues

There are many issues that can arise from reaching your inode limit. The inode limit is the total...

What is a domain?

A domain is a human-readable name assigned to an IP address to make accessing websites much...