Kathleen Borja wrote:
Platonides <platonides <at> gmail.com> writes:
If it's just http://localhost/wiki/ vs http://www.example.com/wiki/ the only thing you may need to change is $wgServer. If you have changed from http://localhost/wiki/ to something different like http://www.example.com/~kat/wiki/ look at $wgScriptPath and $ArticlePath. If you had rewrite rules, they may need to be checked.
Thanks a lot. Now, I cannot try those things you've said for the server im using is down right now. I hope it would be functioning sooner. I just hope so. :[ I'll try those things as soon as the server is on its good situation. I hope it will work fine.
Just a few remarks. So, in the LocalSettings.php file, I'll be adding the line: $wgServer = 'http://www.example.com/wiki/';
Is it right?
Again, thanks. I'll be back to you as soon as I've tried it out.
No. $wgServer would be just 'http://www.example.com' See http://www.mediawiki.org/wiki/Manual:$wgServer
The 'folders' are on $wgScriptPath and $ArticlePath.