I have this image link that works on remote server but doesn't work on local server.
//Remote Server Works
<img src="../behind_wwwroot/img_folder_fast/cars.jpg">
//Local Server doesn't work
<img src="../behind_wwwroot/img_folder_fast/cars.jpg">
Local server dir tree
www/my_server
Apache Document root and Directory set to C:/wamp/www/my_server
Image files exist in C:/wamp/www/behind_wwwroot/img_folder_fast/cars.jpg
I want to put uploaded images behind www root for obvious reasons.
Anybody pls help