• After Setup multisite, this is what happened.

    <<wp-config.php>>

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘www.example.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    I checked the access log of my server then it shows
    “GET / HTTP/1.1” 302 – “-” “ELB-HealthChecker/2.0”

    How can I return this status code to 301?

    Note: I already did basic troubleshooting for this kind of issue

    I hope you can help me guys.
    Thank you so much!

Viewing 1 replies (of 1 total)
  • Hi @depmacaraeg,
    Could you please explain what exactly are you trying to achieve by changing the 302 redirections to 301 redirections?
    Are you facing any issues accessing the WP multisite sites?
    Also, could you explain what basic troubleshooting steps have you performed with their results as well?

Viewing 1 replies (of 1 total)
  • The topic ‘Occurring Multisite return 302 redirect’ is closed to new replies.