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

Installing an SSL Certificate in cPanel

To start, the website requires a dedicated IP. If you do not have one, you may order the...

301 Redirect

This code will redirect all visitors who attempt to access the old-url.html page to the...

What is the location of curl?

Curl is located @ /usr/bin/curl

Meta Redirect

Adding this code to your web page will redirect your visitors to any address that you have...

How to use SharedSSL

SharedSSL is now available with our Ultra Unlimited. It is not as professional looking as having...