I can use & edit my wiki from my private network (192.168.0.x) but I can't access it from outside (Public Internet).
However my apache server is accessible from outside. Even a php script will work. I only have the problem with mediawiki.
How does the configuration of the wiki's directory in Apache's http.conf file look like?
For example, the snipped below from http://meta.wikimedia.org/wiki/Newcomers_guide_to_installing_on_Windows blocks access to everyone not in the local intranet:
<Directory "C:/_Data/Apache web pages/mywiki"> Options FollowSymLinks Indexes AllowOverride None Order deny,allow allow from 127.0.0.1 allow from 192.168 deny from all </Directory>
Regards, MaPhi
wikitech-l@lists.wikimedia.org