Difference between revisions of "User talk:Moleski"

From Polanyi Society wiki
Jump to: navigation, search
(GoDaddy Mediawiki Error 500)
(GoDaddy Mediawiki Error 500)
Line 19: Line 19:
  
 
I eliminated the redundant "<nowiki>Options -Indexes</nowiki>" phrase from the "<nowiki></IfModule>Options -Indexes</nowiki>" line, and the wiki came back to life.
 
I eliminated the redundant "<nowiki>Options -Indexes</nowiki>" phrase from the "<nowiki></IfModule>Options -Indexes</nowiki>" 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.
 
  
 
<pre>
 
<pre>
Line 33: Line 31:
 
</pre>
 
</pre>
  
GoDaddy did this!  I made a backup of the wiki right after installation, and it didn't have either line in it!
+
I don't understand what went wrong.  I didn't create or modify the .htaccess file myself.
 +
 
 +
'''GoDaddy did this!''' I made a backup of the wiki right after installation, and it didn't have either line in it!
  
 
<pre>
 
<pre>

Revision as of 22:09, 15 February 2015

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.

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

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

GoDaddy did this! I made a backup of the wiki right after installation, and it didn't have either line in it!

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

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