On 1/9/09 1:38 AM, Marcus Stöhr wrote: > <VirtualHost *:80> > ServerName de.DOMAIN.org > DocumentRoot /var/www/DOMAIN.org/source/w/ [snip] > $wgScriptPath = '/w'; # Path to the actual files. This should [snip] > Everything works fine except the images and the skins. There aren't > going to be loaded. > > Any advices how to make them work too?
Remove the "w/" from either your DocumentRoot or your $wgScriptPath? -- brion _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
