Mac web sharing: default directory listing name length
I'm sharing a folder over the web using Mac's Web Sharing. Some file 开发者_开发百科names are long and they are concatenated. How do I change the default directory name listing length on a Mac?
Edit an .htaccess file in the directory and use IndexOptions to set name length and description length.
精彩评论