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

Why can I not ping my domain?

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

Mounting Samba Share in Linux for Startup

The following may be used to mount a samba share via your /etc/fstab file for bootup on...

View your website in older browser versions

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

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

Can I change my username?

Usernames are setup in the manner for security. Most programs will allow you to save the...