ProcessWire - Troubleshooting: Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
  
 
== 500 Error auf 1und1 Server ==
 
== 500 Error auf 1und1 Server ==
.htaccess File:
+
.htaccess File anpassen:
 
<pre>
 
<pre>
 
   # -----------------------------------------------------------------------------------------------  
 
   # -----------------------------------------------------------------------------------------------  

Version vom 27. Oktober 2017, 12:36 Uhr

Processwire Probleme lösen:

Links

500 Error auf 1und1 Server

.htaccess File anpassen:

  # ----------------------------------------------------------------------------------------------- 
  # 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]