HTTP redirect with Typoscript

View: New views
3 Messages — Rating Filter:   Alert me  

HTTP redirect with Typoscript

by tonix (Antonio Nati) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there any way to force an HTTP redirect using TypoScript?

I'd like to check some conditions (like requesting device, language,
country, etc.), and if those are met, to redirect to another specific page.

Thanks,

Tonino

--
------------------------------------------------------------
        Inter@zioni            Interazioni di Antonio Nati
   http://www.interazioni.it      tonix@...          
------------------------------------------------------------

_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: HTTP redirect with Typoscript

by Chris Müller-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, with:

config.additionalHeaders = HTTP/1.0 301 Permanent Redirect | Location:
{your_location}

Chris.


Tonix (Antonio Nati) schrieb:
> Is there any way to force an HTTP redirect using TypoScript?
>
> I'd like to check some conditions (like requesting device, language,
> country, etc.), and if those are met, to redirect to another specific page.
>
> Thanks,
>
> Tonino
>
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: HTTP redirect with Typoscript

by Markus Wagner-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

Chris Müller wrote:
> config.additionalHeaders = HTTP/1.0 301 Permanent Redirect | Location:
{your_location}
 
s/Permanent Redirect/Moved Permanently/


Teddai
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english