Link to home
Start Free TrialLog in
Avatar of jns_johnson
jns_johnson

asked on

MediaWiki server mirgation

After moving a mediawiki wiki from a shared host to VPS some of the extensions don't seem to be working.

Do I need to change anything (possibly the $IP in LocalSetting.php)?

Currently it is this:
 
if( defined( 'MW_INSTALL_PATH' ) ) {
    $IP = MW_INSTALL_PATH;
} else {
    $IP = dirname( __FILE__ );
}

Open in new window


Any ideas much appreciated.
Avatar of shalabhsharma
shalabhsharma
Flag of India image

You don't need to change any thing here further you can refer
http://www.mediawiki.org/wiki/Manual:Moving_a_wiki
ASKER CERTIFIED SOLUTION
Avatar of jns_johnson
jns_johnson

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jns_johnson
jns_johnson

ASKER

Closing the questions as no one seems to be able to help.