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 make search engine friendly urls with my app?

The best source is the support forums for the particular app. You can also check the following...

What is a domain?

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

Why can I not ping my domain?

For security purposes we have closed off the ICMP port which is used for ping.

My site was hacked

This typically occurs when you are running a script/app on your website which is out-dated and...

How can I tell how much disk space I have available?

To see how much disk space you have available, go to your control panel and on the left side of...