• thesmartlifede

    (@mailthesmartlifede)


    Error: Error Redirection
    The site is redirecting the request in a way that they will never complete. This issue can sometimes occur when cookies disabled or rejected
    are.

    cookies are enabled – cache cleared.

    i cannot go to another site of my multisite wordpress blog. only main site is working!!

    can s.o. give me advice?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Link to site that’s causing the redirection? And have you tried disabling all of your plugins on that site and switching to the Twenty Thirteen theme (assuming you can admin that site)?

    Thread Starter thesmartlifede

    (@mailthesmartlifede)

    https://www.mach3.de.com/wordpress/minicorp/wp-admin/ I cannot access the site cause of the error …

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Whats in your .htaccess?

    Thread Starter thesmartlifede

    (@mailthesmartlifede)

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    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 . /wordpress/index.php [L]
    </IfModule>
    
    # mod_deflate (gzip) aktivieren
    <FilesMatch "\\.(js|css|html|htm|php|xml)$">
    SetOutputFilter DEFLATE
    </FilesMatch>
    
    # ExpiresHeader: verhindert bedingte GET-Anfragen
    <IfModule mod_expires.c>
    ExpiresActive on
    ExpiresDefault "access plus 35 days"
    </IfModule>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} !(Chrome\/[0-8]|Android\s[0-3])\.
    RewriteCond %{HTTP_USER_AGENT} Chrome [OR]
    RewriteCond %{HTTP_ACCEPT} image/webp
    RewriteCond %{DOCUMENT_ROOT}/$1.webp -f
    RewriteRule ^(wp-content/uploads.+)\.(jpe?g|png)$ $1.webp [L,T=image/webp]
    </IfModule>
    
    # END WordPress
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Rule 1: WordPress rules ALWAYS go at the bottom.

    # mod_deflate (gzip) aktivieren
    <FilesMatch "\\.(js|css|html|htm|php|xml)$">
    SetOutputFilter DEFLATE
    </FilesMatch>
    
    # ExpiresHeader: verhindert bedingte GET-Anfragen
    <IfModule mod_expires.c>
    ExpiresActive on
    ExpiresDefault "access plus 35 days"
    </IfModule>
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} !(Chrome\/[0-8]|Android\s[0-3])\.
    RewriteCond %{HTTP_USER_AGENT} Chrome [OR]
    RewriteCond %{HTTP_ACCEPT} image/webp
    RewriteCond %{DOCUMENT_ROOT}/$1.webp -f
    RewriteRule ^(wp-content/uploads.+)\.(jpe?g|png)$ $1.webp [L,T=image/webp]
    </IfModule>
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    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 . /wordpress/index.php [L]
    </IfModule>
    # END WordPress

    See if that helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error: Error Redirection’ is closed to new replies.