Server Add with remote path

EvilDave

Joined: 2006-05-23
Posts: 11
Posted: Wed, 2013-09-18 18:00

I'd like to add the following path to the Server Add module in a Gallery3 setup on a local server:

//192.168.1.220/Documents/My Pictures

This is a share on a local NAS box. I get the "This directory is not readable by the webserver" error. In my Apache config I've set up an alias that points "/myp" to "//192.168.1.220/Documents/My Pictures." If I access "http://localhost/myp" in Firefox then it shows me the contents of "//192.168.1.220/Documents/My Pictures," so as far as Apache is concerned, it is readable.

How can I convince Gallery3 that it is readable?