Viewing 1 replies (of 1 total)
  • Plugin Author Jonathan Champ

    (@jrchamp)

    You might need to add a RewriteRule to prevent Shibboleth.sso paths from being rewritten by the WordPress RewriteRule. Try adding this to the top of your .htaccess file:

    RewriteEngine On
    # Leave Shibboleth URLs unmodified.
    RewriteRule ^Shibboleth\.sso – [L]

Viewing 1 replies (of 1 total)

The topic ‘Getta meta data’ is closed to new replies.