I want to change the upload file location other than /var/www/mediawiki/images, like that one: /home/webpages/wiki-images.
I try change some variables to point to /home/webpages/wiki-images, like below in LocalSettings.php.
$wgUploadDirectory = "/home/webpages/wiki-images";
$wgUploadPath = "/home/webpages/wiki-images";
The uploaded files goes to the correct directory, but I cannot play or use the uploaded file in the pages. The link and a empty thumb to file appears but no real image or video is show.
I'm new to MediaWiki and I already looked at google and FAQ to try to solve my problem with no solution.
Have this a solution ? Thank you!