A while back we restructured our site. This meant adding redirects on old pages 
for search engines, direct links etc. 

So I added the following code on effected pages:

<cfheader statuscode="301" statustext="Moved permanently">
<cfheader name="Location" value="http://www.example.net/test.cfm?page=4";>
<cfabort>

Recently I checked our redirects with a tool found here:
http://www.seoconsultants.com/tools/headers.asp

It reported that it was receiving an HTTP Status Code of: HTTP/1.1 302 Object 
Moved

Why is that? And, more importantly, does this matter? It seems it has "moved" 
it isn't a "302 Found" but it isn't a 301 either... I'm confused. Why is it 
ignoring my cfheader statuscode?





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316535
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to