On Sun, Jan 17, 2016 at 7:30 PM, Jon Theil Nielsen <jonth...@gmail.com> wrote:
> Uploads should be outside the web root. To keep it organized and to save
> space on the servers drive.

I don't see how space-saving comes into it (though it could help for
putting all the space on a different drive).

$wgUploadPath is a URL path, rather than a filesystem path.  A symlink
is a simple way to handle the mapping between the URL path and the
filesystem path.  An Apache alias would probably also work fine.  I
don't think it can be done in LocalSettings.php alone.

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to