User talk:Moleski

From Polanyi Society wiki
Revision as of 21:46, 15 February 2015 by Moleski (talk | contribs)
Jump to: navigation, search

GoDaddy Mediawiki Error 500

This wiki unexpectedly stopped working with "Error 500."

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

The cause of the problem was the .htaccess file, which looked like this:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wiki/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wiki/index.php [L]
</IfModule>Options -Indexes
Options -Indexes

I eliminated the redundant "Options -Indexes" phrase from the "</IfModule>Options -Indexes" line, and the wiki came back to life.

I don't understand what went wrong. I didn't create or modify the .htaccess file myself.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wiki/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wiki/index.php [L]
</IfModule>
Options -Indexes


Getting started

Welcome to the Polanyi Society website

Need to introduce the Polanyi Society and the wiki here.

  • about link below
  • disclaimers
  • copyright claim / open source waivers
  • contact us

Help for new users:

Consult the User's Guide for information on using the wiki software.[1]

test, test, test

http://polanyisociety.org

Website home page

First edits

Moleski (talk) 02:08, 10 February 2015 (UTC)

References

  1. test