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

What are these vt directories?

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

403 Error on POST

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

View your website in older browser versions

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

Do you have a firewall?

Yes, our servers have firewalls. For security we close off unused ports and update the server...

What is a virtual Domain?

A virtual domain is the base URL of the domain name. Examples include yourdomain.com, and...