Page 1 of 1

No access to forum from other PCs in LAN [Solved]

PostPosted: 26. March 2013 17:41
by off-signer
Hello,
I successfully installed XAMPP and can reach it from other PCs of our LAN. After that I installed MediaWiki, but can use it only on localhost. It is not accessible from other PCs. What settings should I change? Thank you.

Re: No access to forum from other PCs in LAN

PostPosted: 27. March 2013 04:19
by Altrea
Hi off-signer,

This is fully a MediaWiki configuration issue. We can't provide any support for third party scripts like MediaWiki, sorry:
This is NOT a PHP/Joomla/WordPress/Drupal etc. Help Forum

best wishes,
Altrea

Re: No access to MediaWiki from other PCs in LAN

PostPosted: 27. March 2013 14:05
by off-signer
The line in MediaWiki's localsettings.php file should be edited from

$wgServer= "http://localhost";

to

$wgServer= "http://your_address"; got from ipconfig command.


Thanks, Capt_Frodo!