Help Me please!When at the catalogue there are files which names in other 
encodings, the
apache incorrectly processes names of files and the file-list spoils.

On a picture it is shown, how the apache cuts down names of files in the
windows-1251 (cyrillic) encoding and spoils the 
table.http://ipicture.ru/uploads/080620/82HT1DSbCp.jpg

#Fragment from a conf-file:
Alias /upd/ "C:/Upd/"
<Directory "C:/Upd/">
    Options Indexes FollowSymLinks Includes
    IndexOptions FancyIndexing SuppressHTMLPreamble XHTML FoldersFirst
SuppressDescription
    AllowOverride None
    Order allow,deny
    Allow from all
    HeaderName /HEADER.shtml
    ReadmeName /README.shtml
</Directory>
If to use IndexOptions Charset=windows-1251 the table becomes beautiful, but 
names of files become not readable.Picture2: 
http://ipicture.ru/uploads/080620/UIJ7Hir6Ed.jpgWhat can I make? 



Reply via email to