Re: [TYPO3] Checking https server variable

2007-08-01 Thread Tyler Kraft
Hi I had tried [globalString = _SERVER|HTTPS = 1] but no dice. This on the other hand works perfectly. Thanks. Ty Oliver Rowlands wrote: > Hi Tyler, > > This should do the trick: > > [globalString = _SERVER|HTTPS=on] > # Your TS > [end] > > Best regards, > > Oliver > > Tyler Kraft wrote

Re: [TYPO3] Checking https server variable

2007-08-01 Thread Oliver Rowlands
Hi Tyler, This should do the trick: [globalString = _SERVER|HTTPS=on] # Your TS [end] Best regards, Oliver Tyler Kraft wrote: > Hi > > I want to do a check to see if the page being served is a https page and > then do something different in my output. I belive I have my condition > corre

[TYPO3] Checking https server variable

2007-08-01 Thread Tyler Kraft
Hi I want to do a check to see if the page being served is a https page and then do something different in my output. I belive I have my condition correct but it seems to have no effect when I try it. Can anyone let me know if this would be the correct way for this condition and if not what wo