|
Posted by ludiskr on 01/09/06 02:37
Hi,
How can I get Apache to recognize and serve files using UTF-8 in their
name, files saved from PHP?
For example, /Vujo%C5%A1evi%C4%87.html
is - Vujoevic.html
Apache tries to serve the following error occurrs:
File does not exist: /www/Vujo\xc5\xa1evi\xc4\x87.html
How I tried saving in PHP:
utf8_encode($filename)
$fp = fopen ($filename, 'w')
....
Using utf8_encode definitely changes the file name, yet still httpd
doesn't find the file.
Thank you and all the best,
Srdjan
Navigation:
[Reply to this message]
|