[TYPO3] How to protect pages

Bernd Wilke 19m0nyq02 at sneakemail.com
Wed May 2 16:56:57 CEST 2007


"Dmitry Dulepov" <9f4eetb02 at sneakemail.com> schrieb im Newsbeitrag
news:mailman.1.1178096502.3832.typo3-english at lists.netfielders.de...
> Svend Erik Volsgaard wrote:
> > Is it possible to restrict access to certain pages depending on whitch
> > domain people are comming from?
>
> Yes but not by typo3 built-in functions. You can write an extension or
> use mod_rewrite for this.
>
> --
> Dmitry Dulepov
>
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
>
> "It is our choices, that show what we truly are,
> far more than our abilities." (A.P.W.B.D.)

and what about:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.
1.0/view/4/1/#id3526393
?

with this you can change rendering of pages depending on ip/hostname (some
lines below).

something like (untested) :
[IP = allowed IP][hostname = mydomain.com]
page.10 < styles.content.get
[else]
page.10=TEXT
page.10.value = you are not allowed to see my content
[global]


Bernd
--
www.bernd-wilke.net



More information about the TYPO3-english mailing list