Eric said:
It affects proper server-side redirects as well.
Confirmed for "Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1" on
"Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch Server at
localhost Port 80". If unchecked, the Apache status document (e.g., 302
Found) is displayed (which by default contains a link to the new location),
otherwise redirection to the new location takes place without displaying the
status document in-between.
You can test that e.g. with <
http://PointedEars.de/scripts/es-matrix/> which
redirects server-side to <
http://PointedEars.de/scripts/test/es-matrix/>
since quite a while (judging from the date of last modification, 2008-12-09
CE or before. If you are interested, the .htaccess file in scripts/
contains, among others, the line
RedirectMatch ^/scripts/es-matrix(.*) /scripts/test/es-matrix$1
-- AISB, as simple as that!)
However, I think that IE's setting, which evidently only affects META
refresh (see Richard's posting for details), is more important here, as that
browser has considerably greater a market share than Opera (about 33 times
as much, according to the latest data from Net Applications).
PointedEars