MAMP:Localsettings
Aanpassing van Localsettings indien Mediawiki afkomstig is van een website
- Neem op
## The protocol and server name to use in fully-qualified URLs $wgServer="http://localhost:8888";
- Neem op bij $wgScriptPath
Vervang <naam> door pad.
$wgScriptPath="/<naam>";
Voorbeeld http://localhost:8888/test wordt
$wgServer="http://localhost:8888"; $wgScriptPath="/test";
- Vervang bij $wgDBserver
localhost door 127.0.0.1:8889 (nodig voor het werken met maintenance scripts)[1].
$wgDBserver="127.0.0.1:8889";
Bronnen, noten en/of referenties: |