rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: Zlobomir on December 12, 2006, 10:54:31 AM
-
Hello,
I am really thankful for this wonderful small server. I have a few issues, I searched the FAQ and forum, but can't find the answer. It I have missed it, please forgive me.
1. When adding Real subfolder to Real folder (in Win Explorer folders are also in that hierarchy, i. e. D:\!Share\FISI\Pictures), I am adding FISI and Pictures in FISI, both as Real folders. When I am browsing, I see Pictures folder twice. How to avoid this?
2. Any chance make HFS handle Cyrillic characters? I tried with Encoding options, but no luck. If this is possible, please explain. I hope the forum will notify me via my e-mail for replies...
Thank you in advance. :)
-
Here I am again, already registered.
I admit No. 1 was a small mistake, by adding root folder and then the child one, it is normal to have 2 folders under FISI.
But the Cyrillic issue remains...
-
(expert mode)
menu
edit html template
on the 4th line you see
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
the charset is the problem.
you may even think to remove the whole line.
i have to definitively give an end to this problem.
-
Thank you, I replaced the line <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> with <meta http-equiv="content-type" content="text/html; charset=windows-1251" />. Now it works both for Cyrillic and Latin, and I am happy, although it looks strange. But the same is with the browser, yet it is not mandatory to change my FFox to windows-1251. Thanks for your support. :)