• Hello Support,
    I have a multisite wordpress “https://dev.inspiredbydionysus.com/” I have installed SSL on this websites and its working fine. But after installed SSL I am facing issue with the wp-admin. Its logged out when I clicked on any link.

    Website URL: https://dev.inspiredbydionysus.com/
    Hosting: Amazon EC2

    Error in apache log file: –
    Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace., referer: https://dev.inspiredbydionysus.com/wp-content/themes/inspiredbydionysos/style.css?ver=5.4

    .htaccess code:-

    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]

    • This topic was modified 4 years, 6 months ago by James Huff. Reason: moved to Networking WordPress since this is a multisite issue
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Multisite wordpress SSL issue’ is closed to new replies.