Question
I need to give TWiki access to users from within our intranet and from outside via internet.
From inside, the transport will be HTTP and users will only need to be authenticated for topic changes (as it is currently configured)
From outside, the transport will be HTTPS (on a different IP, same box) and all users will need to be authenticated for auth read and write access. No "Guest" account should be available from this side.
Two possiblilties come to mind:
- Can Apache .htaccess files be conditional on the server IP?
- Would it be possible to have two different copies of twiki/bin (with different .htaccess configurations) that point to the same data?
Thanks; we love TWiki!
Environment
--
KurtStephens - 08 Oct 2003
Answer