Installing MediaWiki on 1&1
I recently tried to install MediaWiki on my account with 1&1 I couldn’t get past the second installation page. The software couldn’t find /config/index.php even though the file was in that subfolder. After some experimentation, I came up with a solution to install MediaWiki.
- Copy the MediaWiki installation files to your web site address folder.
- Rename the config folder to configuration.
- Create a folder called config and give it full read/write permissions.
- Create an .htaccess file in the root of your web site. Open the file and add the following line to it:AddType x-mapp-php5 .php
- Open the web site address in your web browser and click set up wiki.
- You’ll get an error message titled “Multiple Choices”. The installer can’t find /config/index.php. Go to the address bar in your web browser and change the config word to configuration. Open the page the address bar is pointing to. The URL should look something like this:http://www.yourwiki.com/configuration/index.php
- Fill out all of the required fields to install mediaWiki.
- After installation is complete, move the /config/LocalSettings.php file to the root folder and your wiki is ready to go.
- Remove all write privileges to the config folder that you created earlier.
Recent Comments