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.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
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. |
||||
|
|
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. |
|||
|
|