[TYPO3-core] RFC: Bug #3787: Patch: new option TSFE.jumpURL_HTTPStatusCode = 30x

Stefan Geith typo3dev2008.nospam1 at geithware.de
Mon Nov 3 09:23:47 CET 2008



Jeff Segars schrieb:
> Jeff Segars wrote:
>> Stefan Geith wrote:
>>> Stefan Geith schrieb:
>>>> Bugtracker references:
>>>> http://bugs.typo3.org/view.php?id=3787
>>>>
>>>> Problem:
>>>> If you want to redirect to a page using "external Url", by default a 
>>>> 302 (Moved temporarily) is used. If you want to use a 301 (Moved 
>>>> permanently), use this option.
>>>
>>> New patch attached:
>>>
>>> 1) I Added a default case
>>>
>>> 2) I now use the new constants of #9313: t3lib_div::HTTP_STATUS_xxx
>>>
>>> -
>>>
>>> Stefan Geith
>>>
>>
>> +1 based on reading and testing.  I can handle the commit later today 
>> if no else gets to it first.
>>
>> Thanks!
>> Jeff
> 
> Committed to trunk in rev. 4399.  Stefan, can you add the documentation 
> update on the wiki?

Sure - but this leads me to these questions:

1. Should config_default.php (the Installer/Edit_All_Configuration)
    be patched ?

2. What documentation describes the typo3_conf_vars['fe'] options ?
    (At least: I could not find something in doc_core_api,
    doc_core_inside nor doc_core_ts*)

3. Should the documentation contain a link to
      http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    where Status-Codes are described ?

4. Should I include some Information about ServerSide Redirection,
    as described (in german) on this page: 
http://blog.antikoerperchen.de/beitrag/38/gute-weiterleitung-boese-weiterleitung-redirect-per-meta-tag-javascript-htaccess-und-php.html 
?
    Is there anyone having already a small english describtion of
   'good redirects' ?

-

Stefan


-

Stefan


More information about the TYPO3-team-core mailing list