ProcessWire - Installation: Unterschied zwischen den Versionen
Aus Wikizone
Steff (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Probleme beim Installieren beheben == === 500 Internal Server Error === Häufigstes Problem ist ein '''500er Fehler sobald man Unterseiten aufruft'''. Die…“) |
|||
| Zeile 17: | Zeile 17: | ||
</pre> | </pre> | ||
| + | |||
| + | == Installation in Unterordner == | ||
| + | You should uncomment this line in .htaccess and change "pw" to the name of your folder | ||
| + | RewriteBase /pw/ | ||
Version vom 14. Februar 2019, 12:34 Uhr
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/