ProcessWire - Installation

Aus Wikizone
Wechseln zu: Navigation, Suche

Probleme beim Installieren beheben

500 Internal Server Error

Häufigstes Problem ist ein 500er Fehler sobald man Unterseiten aufruft. Die Starseite funktioniert aber. In dem Fall müssen die Optionen 19 und 20 in der htaccess angepasst werden (s.u.) Tritt z.B. beim Weiland Hosting auf.

# -----------------------------------------------------------------------------------------------
  # 19. Pass control to ProcessWire if all the above directives allow us to this point.
  # For regular VirtualHosts (most installs)
  # -----------------------------------------------------------------------------------------------
  # RewriteRule ^(.*)$ index.php?it=$1 [L,QSA]

  # -----------------------------------------------------------------------------------------------
  # 20. If using VirtualDocumentRoot (500 NOTE): comment out the one above and use this one instead
  # -----------------------------------------------------------------------------------------------
  RewriteRule ^(.*)$ /index.php?it=$1 [L,QSA]

Installation in Unterordner

You should uncomment this line in .htaccess and change "pw" to the name of your folder

RewriteBase /pw/