Apache htdocs in folder with unicode name

Posted by Zsolti on Stack Overflow See other posts from Stack Overflow or by Zsolti
Published on 2010-05-18T10:14:47Z Indexed on 2010/05/18 10:20 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

I have my apache (for windows) htdocs in a folder like c:\anything1\????\anything2. The problem is that in this case php won't execute any scripts from here and will display an error message like this:

`Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

Fatal error: Unknown: Failed opening required 'c:/anything1/????/anything2/index.php' (include_path='.;C:\php5\pear') in Unknown on line 0 `

If I try to open a html file, it is served by apache, so it seems that the problem appears only with php. Do you have an idea how to solve this?

© Stack Overflow or respective owner

Related posts about apache

Related posts about htdocs