• Resolved schwende

    (@schwende)


    Having an issue with this, and can’t seem to find the fix.
    I have a multi-network site on rhel 7.9. Most stuff I find refers to the .htaccess file.
    This is my current file:
    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    #RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ – [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    I have 1 line commented, and it seems to have stopped the message, according to logs. Ultimately, this came about as an admin was trying to add users to her site, and it wasn’t allowing her to do so. Which is another topic, though the 2 might be related in some way.

    Is there a better way to control this rewrite error? Keeping in mind that I can’t fix 1 site while breaking another.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi There,

    Sorry for the inconvenience caused to you.
    We would be happy to help you resolve this issue.

    Can you please send us your query through the “Support/Contact Us” window available in the plugin? You can also reach out to us from the miniOrange contact us.

    Plugin Author miniOrange

    (@cyberlord92)

    Hello,

    We haven’t received any response from you.
    If you are still facing the same issue then you can reach out to us using the support form provided in our LDAP/AD plugin.

    We will be happy to help you!

    Plugin Author miniOrange

    (@cyberlord92)

    Hello,

    We haven’t heard back from you.

    If you are still face the same issue then feel free to reach out to us using the support form available in our LDAP/AD plugin.

    We are marking this issue as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Request exceeded the limit of 10 internal redirects due to probable configuratio’ is closed to new replies.