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

How can I change the default page / document?

Create a .htaccess file, include the below information into it and upload it to the public_html...

Whitelisting Our Support System Email Address

Whitelist Instructions Because we use often use html emails with http addresses in them, our...

What are these vt directories?

Those are FrontPage extension directories. If you have and no longer need them you can uninstall...

Why is my account suspended?

Why is my account suspended? If you are receiving an account suspended page when trying to access...

Convert PDF to HTML Service

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