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

Some visitors in China and Russia cannot reach my website

Some networks known for abusive activity such as hacking in countries such as China, North Korea...

Password Protect Directories

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

Convert PDF to HTML Service

To convert your PDF files to html try using the following converter tool from Adobe:...

Redirect http to https and www

To forward a website to use both www. and https:// use the following in an .htaccess file:...

How do I submit my site to search engines?

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