Occurring Multisite return 302 redirect
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Occurring Multisite return 302 redirect’ is closed to new replies.