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 is my account suspended?

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

Add Flash Chat to your Website

We ran into this website recently which allows you to easily insert a flash chat room into your...

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

What perl modules are installed on the server?

You can get a complete list of the modules that are installed by going to the control panel and...

htaccess referral redirect

It is often useful to redirect a visitor to a page based on the referring website. There are...