ok, I've checked permissions for the folder... I've manaed to move files into the folder and now everything is ok (permission level 774) ... until I needed to load it on my web browser
here's my directory
home/murdoc/public_html/mdlabs/draw_triangle/hypotenuse.html
when I try to open up the html file, I typed localhost/~murdoc/mdlabs/draw_triangle/hypotense.html, it couldn't open...
accessing from shell with command cd public_html/mdlabs/draw_triangle, will result in error: Permission denied.
So I tried something simple and created a index.html file inside just public_html and again tried to open it with "localhost/~murdoc/" again it failed. However, I was able to open it with broser under "file" protocal... so what do I do now? how can I view the files? ><