in reply to Re: Re: Re: Re: Adding a password to Zip compression ?
in thread Adding a password to Zip compression ?

Perhaps a job for the mod_rewrite engine of Apache? I think (without having tried it yet) that you can force such redirections by writing some rewriting rules.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Re: Re: Re: Re: Adding a password to Zip compression ?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Adding a password to Zip compression ?
by peterr (Scribe) on Jan 07, 2004 at 01:30 UTC
    Perhaps a job for the mod_rewrite engine of Apache? I think (without having tried it yet) that you can force such redirections by writing some rewriting rules.

    Yes, could be. Although I don't have access to, what's the file called, ..httpd.conf or something like that, I have been able to use .htacess and mod_rewrite successfully, so I will find out how to "force" that. :)

    Peter