[Typo3] Locking an Intranet

Joe Kralicky joe2004 at kralicky.com
Tue Mar 22 01:38:56 CET 2005


Hi Tim,
You could create a separate template from your main site, then add this 
to the Template Setup Typoscript (I'm using templavoila in the example 
below):  This allows people on the 192.168.0.x network AND people on the 
192.168.1.x network to see the site.  You could change the access denied 
section to redirect them to some other page.

Good luck!

Joe Kralicky

========= example =========

# Default PAGE object:
page = PAGE
# Only allow internal people to access.
[IP=192.168.0.*][IP=192.168.1.*]
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
[else]
page.typeNum = 0
page.10 = HTML
page.10.value = <span align="center"><BR><strong>Access denied 
</strong></span>
[end]




Tim Boesenkool wrote:
> Hey List
> 
>  
> 
> I have a multi site setup in Typo3. One client would like an Intranet
> subsite. Rather than have login by password, they want it to be available to
> anyone inside their internal network, excluding anyone outside.
> 
>  
> 
> Is there anything from with in typo3 that will do this? I understand ldap
> may work, however they would like to have the intranet available to a lot of
> visitors that don't have a profile on their network.
> 
> The network admin has set up http://intranet.example.com
> <http://intranet.example.com/>  however you can circumvent the path by going
> to http://www.example.com/index.php?id=553. 
> 
>  
> 
> Should the intranet be built as a completely separate site or can it exist
> with in the main site? Anyone have ideas how this can be locked down behind
> the network? 
> 
>  
> 
> All replies appreciated
> 
> Regards
> 
>  
> 
> Tim Boesenkool
> 
> : :  <mailto:tim at boesenkool.com> tim at boesenkool.com 
> 
> : :  <http://www.boesenkool.com/> boesenkool.com
> 
>  
> 



More information about the TYPO3-english mailing list