• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

is there a program that reads all the redirects on a website

What do you mean by "reads all the redirects"? A redirect is simply an http response that has a Location header which indicates a destination address to which the browser should initiate a new connection and send a new request. A packet sniffer/analyzer like Ethereal is the best way to read these, as you can see all packets to and from the client. You can also use a browser plugin like livehttpheaders (firefox) or iehttpheaders (ie) to view these.
 
Back
Top