I have a hosting provider with mediawiki installed, I am trying to install an extension and I have to navigate to a directory on their server and run an install.php script. How do i do this? I have filezilla.
Asked
Active
Viewed 1,420 times
2 Answers
1
You usually call the install script via a browser, e.g.
Note: usually you have to edit the MediaWiki configuration file as well when adding extensions.
0
Get a SSH client such as PuTTY and use it to connect to the host's SSH service. Assuming they have one. If they don't, then you won't be able to do that.
Ignacio Vazquez-Abrams
- 114,604