Unknown 301 Redirects Occuring
-
I have a website that has only 1 301 redirect entry in it’s .htaccess file. However, there appear to be dozens of 301 redirects that the site initiates and I am currently unsure where they are coming from or how to edit them. Research online has gotten me nowhere and I am completely stumped.
The developer who built the site is unsure what else could cause a redirect.
here is a readout of header codes for one such redirect that just happens on it’s own (domain changed to ‘example.com’) data pulled using: https://tools.seobook.com/server-header-checker/
Requesting https://examples.com/san-antonio
SERVER RESPONSE: HTTP/1.1 301 Moved Permanently
Date: Mon, 01 Jun 2015 21:47:02 GMT
Server: Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
X-Powered-By: PHP/5.3.25
X-Pingback: https://example.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Location:
https://example.com/locations/san-antonio/
Content-Type: text/html; charset=UTF-8
Redirecting to: https://example.com/locations/san-antonio/
SERVER RESPONSE: HTTP/1.1 200 OK
Date: Mon, 01 Jun 2015 21:47:02 GMT
Server: Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
X-Powered-By: PHP/5.3.25
X-Pingback: https://example.com/xmlrpc.php
Link:; rel=shortlink
Content-Type: text/html; charset=UTF-8
- The topic ‘Unknown 301 Redirects Occuring’ is closed to new replies.