Arduino YUN web server problem

Hello everyone,

i'm using one of the latest arduino yun board, i have already played with this kind of arduino and seem to works well overall. But i'm trying to access to a webpage trough google chrome. I've installed a sd card and i created the forder /arduino/www . I've also created a couple of file hello.txt in both the directory /www and /mnt/sda1/arduino/www but when i try to open it frome the browser it tell me "no such file or directory". I've tryed and the REST commands ip-arduino/arduino/command works well. Why i can't open file or web pages frome browser??

Here an image of winscp, i can't open the file hello.txt

Thank You

[SOLVED]

It seems to be a linino problem...after searching on the web for one day i finally get the answer:

linino has as common web root not the directory /root/www but

/osjs/dist/

at this point i opened this folder from ssh and writed the command:

ln -s /mnt/sda1/arduino/www/ sd

now everything seems to work properly! By writing on the browser http://yunip/sd/ i can now open file from it!