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

I need a module installed but I do not have rights

No problem. Send us a trouble ticket and we will install the module as long as there are no...

How can I redirect http to https?

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

403 Error on POST

This can occur for several reasons: Be sure your file permissions are correct. If the file needs...

Password Protect Directories

Within control panel select Password Protection. Select the directory you would like to protect....

My site was hacked

This typically occurs when you are running a script/app on your website which is out-dated and...