[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linux Path



On Mon, Jun 11, 2012 at 03:15:06PM BST, Ethan Rosenberg wrote:
> If I access b.mp4 in /var/www/Webpages2,  [src="b.mp4"] the file is found.
> 
> It is not found using the full path [src="
> /home/ethan/Gingy/Pictures/Vol_1/b.mp4"] .
> 
> Where is my error?

Assuming that you can access any file on the file system simply by
appending full path to src. I leave it to you to find out why ;^)

The example below simply looks for:

/var/www/Webpages2/home/ethan/Gingy/Pictures/Vol_1/b.mp4

which doesn't exist - "/" means "the document root"

Cheers,
-- 
rjc


Reply to: