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 do I hide my domain WHOIS information?

If you do not wish to have your contact information shown when someone does a WHOIS report on...

How can I change the index listing in a directory?

You can change the initial page that is sent to client requests when a directory is accessed by...

I can not move out of the / directory, why not?

For security reasons, you cannot move out of the root folder of your own domain.

I can not get the transfer authorization email can it be forwarded to a different email address?

The authorization has to be authorized by the registered contact for the domain. We cannot change...

How do I cancel my account?

We are sorry to hear you would like to cancel your account! If there is anything we can do,...