Infinite redirect loop subblog login
-
Hello everybody
I have a multisite installation with Domain Mapping installed. Until recently, the Subblog via the URL could be achieved. Went through the admin dashboard it. But since a few days I can access only from my Firefox browser where my cookies are saved from the Dashboard. The direct route via the URL no longer works. From other browsers it did not work. I spent hours scouring the net and tried various approaches. Without Success. Can someone please help me? My htacces currently looks like this. (and sorry for the bad english ?? )
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] RewriteCond %{HTTP_HOST} ^globetrotterfamily\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.globetrotterfamily\.com$ RewriteRule ^/?$ "\/globetrotterfamily" [R=301,L]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Infinite redirect loop subblog login’ is closed to new replies.