php - False 302 redirect instead of 200 on Nginx -


on website have 3000 pages 302 answer instead of 200, google dumping pages, products, articles, everything. it's seo nightmare. few page answer 200, no apparent reason. can reason?

example pages : https://www.musclenutrition.com/about-us page visualized correctly, seems redirected home page. cookies weird.

any appreciated.

>>> https://www.musclenutrition.com/about-us    > --------------------------------------------  > 302 found  > --------------------------------------------    status:	302 found  code:	302  server:	nginx  date:	sat, 12 nov 2016 22:52:55 gmt  content-type:	text/html; charset=utf-8  connection:	close  x-powered-by:	php/7.0.10  set-cookie:	frontend_cid=deleted; expires=thu, 01-jan-1970 00:00:01 gmt; max-age=0; path=/; domain=.www.musclenutrition.com  expires:	thu, 19 nov 1981 08:52:00 gmt  cache-control:	public  pragma:	no-cache  location:	https://www.musclenutrition.com/  access-control-allow-origin:	*  x-frame-options:	sameorigin          >>> https://www.musclenutrition.com/    > --------------------------------------------  > 200 ok  > --------------------------------------------    status:	200 ok  code:	200  server:	nginx  date:	sat, 12 nov 2016 22:52:56 gmt  content-type:	text/html; charset=utf-8  connection:	close  vary:	accept-encoding  x-powered-by:	php/7.0.10  set-cookie:	frontend_cid=srdtfwpsaohwk3io; expires=sun, 13-nov-2016 07:52:56 gmt; max-age=32400; path=/; domain=.www.musclenutrition.com; secure  expires:	thu, 19 nov 1981 08:52:00 gmt  cache-control:	public  pragma:	no-cache  fpc-cache-id:	fpc_request_83ac81f64442a0c9f406d1ba2acde4ed  access-control-allow-origin:	*  x-frame-options:	sameorigin


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -