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 does it show the Ultra Web Hosting home page when I go to my site?

There are several reasons for this. Ensure you do not have https at the beginning of your...

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

Why is my account suspended?

Why is my account suspended? If you are receiving an account suspended page when trying to access...

When I upload an htaccess file it disappears

On unix/linux systems, files that start with a . are considered hidden so many ftp programs do...

How do I submit my site to search engines?

Submit your website to popular search engines to increase your webite's exposure and visitor...