Hey guys i have a server that i store files on and i can't seem to get the tru path of the file and share it..

my Home/ftuser . contains folders that i need to be able to link to?

like http://MYIP/home/ftpuser/Folder/File.avi


so currently it is pointing to my WWW folder.

is there a way to make my root accessable?

i tried .htaccess and it does not seem to be detected at all...

#RewriteEngine On
#RewriteCond %{REQUEST_URI} !^home/abc/
#RewriteRule (.*) /home/abc/$1

RedirectMatch ^/$ http://www.example.com/home/abc/