0

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.

terdon
  • 54,564

2 Answers2

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.

terdon
  • 54,564
udo
  • 8,061
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.