[pmwiki-users] how to make pages in the group 'Project' accessible only from one fixed IP

Simon nzskiwi at gmail.com
Wed Oct 14 17:06:48 CDT 2009


I imagine "and the like" includes page text variables, page variables,
attachments, searches, and page lists



2009/10/15 Farkas, Illes <fij at elte.hu>

> On Wed, Oct 14, 2009 at 7:27 PM, Patrick R. Michaud <pmichaud at pobox.com>wrote:
>
>>  On Thu, Oct 08, 2009 at 05:15:28PM +0100, Hans wrote:
>> > Thursday, October 8, 2009, 2:25:44 PM, Farkas, Illes wrote:
>> >
>> > > Shall I put something like this into local/config.php ?
>> >
>> > > if ( <group is 'Project' -- how to write this?> &&
>> > > @$_SERVER['REMOTE_ADDR'] != '<selected IP>'){
>> > >       <instead of the requested page set page to 'Main.HomePage'>
>> > > }
>> >
>> > try
>> >
>> > $group = PageVar($pagename, '$Group');
>> > if ($group=='Project')
>> >    if (@$_SERVER['REMOTE_ADDR'] != '<selected IP>')
>> >        Redirect('Main.HomePage');
>>
>> Or even create a group-specific local/Project.php file
>> that performs the IP test.
>>
>> Note that this solution doesn't block access to the pages
>> via (:include:) and the like.
>
>
> Thanks. What do you precisely mean by "and the like"? Where can I learn
> what (:include:) and "the like" are?
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>


-- 
____
http://kiwiwiki.co.nz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20091015/1cee75b9/attachment.html 


More information about the pmwiki-users mailing list