it is normal the images of the projetcs are not inluded with the data dump, I dont no if they will give the ability to download all the images.
Hello list,
I have installed a mediawiki on my server to mirrow wikipedia. I am unsing the mysql dump file and I can see all articles, but i wont serve the images on my server.
Every time I request a Article from my server, I get Missing Image instead of the <img/> in html code. How can I configure that, there no Warning?
Im Using mediawiki 1.2.5
Thank you for help
Björn
apache http.conf is
<VirtualHost 192.168.0.103:80> ServerAlias de.test.org ServerName de.test.org DocumentRoot /home/test/sourcen/wikimedia_de # <Directory /home/test/sourcen/wikimedia_de > # Order Deny,Allow # Deny from All # Allow from 192.168.0.103 # </Directory> RewriteEngine On RewriteCond %{REQUEST_URI} !^/(stylesheets|upload)/ RewriteCond %{REQUEST_URI} !^/(redirect|texvc|index).php RewriteCond %{REQUEST_URI} !^/error/(40(1|3|4)|500).html RewriteCond %{REQUEST_URI} !^/favicon.ico RewriteCond %{REQUEST_URI} !^/robots.txt RewriteRule ^/w/wiki.phtml$ /wiki.phtml [L] RewriteRule ^/wiki/(.*)$ /wiki.phtml?title=$1 [L] RewriteRule ^/wiki$ /wiki.phtml
</VirtualHost>
LocalSettings are
$wgSitename = "de.test.org"; $wgScriptPath = ""; $wgScript = "/w/wiki.phtml"; $wgRedirectScript = "/wiki/redirect.php"; $wgArticlePath = "/wiki/$1"; $wgStyleSheetPath = "/style"; $wgStyleSheetDirectory = "{$IP}/style"; $wgUploadPath = "/upload"; $wgUploadDirectory = "{$IP}/upload"; $wgLogo = "{$wgUploadPath}/wiki.png"; $wgStockPath = $wgUploadPath;
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l