Katharsis Freak
Grünschnabel
Ich habe ein weiterleitungsproblem:
Der browswer spuckt aus:
http://xyz.net/wordpress/index.phpw...dex.phpwordpress/index.phpwordpress/index.php
und
Fehler: Umleitungsfehler
Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann.
umleitung soll aus dem document root ins /wordpress/ führen.
Kann jemand helfen?
PHP:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.xyz.net$ [NC]
RewriteRule ^(.*) http://xyz.net/$1 [L,R=301]
Redirect / http://xyz.net/wordpress/index.php
Der browswer spuckt aus:
http://xyz.net/wordpress/index.phpw...dex.phpwordpress/index.phpwordpress/index.php
und
Fehler: Umleitungsfehler
Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann.
umleitung soll aus dem document root ins /wordpress/ führen.
Kann jemand helfen?