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

301 Redirect

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

https:// with Weebly

To enable and force https:// with your Weebly website, be sure to go into your editor area,...

How do I customize error messages for my site?

Within control panel select Custom Error Pages. Select the error code link and place whatever...

Why is the server load status red?

The server load status will be red if the server is under a little more stress than usual. This...

Adding a Facebook Button

Facebook has a wonderful page on adding a Facebook image to your website complete with...