|
Sounds to me specific to your php server setup as I have never heard of a character being replaced
However your PP_Path should be this in a normal install this is what I would set it as alot of times backslashes can be autoremoved upon translation on some windows setups whereas forwardslashes will not
$PP_PATH = "E:/InetPub/tobeme/sites/domain/photos";
|