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 redirect http to https?

Create an .htaccess file with the following contents and upload it to your public_html directory....

Error 401 Unauthorized

This can occur when a web page requires authorization or a login to view the contents. If none...

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...

Can I setup SSL on my account?

Yes, you can purchase a secure certificate through us so you can use SSL. You can also give us...

What are these vt directories?

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