apache - Mediawiki can't display images or styles -


i`m using mediawiki v1.19.1.

my wiki works when use locally. when access on network (from computer, or different ip), displays text only. there no images.

it seems classic skin it`s not. reason there no layout on wiki (other public wiki pages show ok).

my wiki uses monobook skin now, can see text on page.

i have changed permission 777, including on directories (/var/www/kj/*), still no images.

help me, please...

i got same issue time ago , following worked fine me. issue might related localsettings.php file , general setting $wgserver.

the following link can provide more details : manual of $wgserver

since 1.18 mediawiki has supported setting $wgserver protocol-relative url.

eg, //www.mediawiki.org

this used supporting both http , https same caches using links work under both protocols.

so try removing localhost , provide url; eg ; $wgserver = "//mywebsite.com";


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -