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 users behind proxies not see my site?

If you have enabled hot link protection users behind proxies may not be able to see your site...

Enable Mod Rewrite

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

Adding a Facebook Button

Facebook has a wonderful page on adding a Facebook image to your website complete with...

Domain Slamming - Beware

There are several companies out there using a predatory practice of attempting to have you renew...

How do I customize error messages for my site?

Within control panel select Custom Error Pages. Select the error code link and place whatever...