In Struts forward configuration, the 'redirect' attribute controls whether to use a forward (default, server-side) or a redirect (client-side, new request). Setting redirect='true' causes the controller to send an HTTP redirect response to the client. Option B shows the correct syntax with redirect="true" (though it has typo 'true' with quotes, the intent is clear).