Menu

How to allow download in .zip, no in .tar?

UNIX Help
2006-02-16
2013-04-25
  • Nobody/Anonymous

    Is possible to make archiv in zip?

     
    • Anonymous

      Anonymous - 2006-02-19

      yes it is
      if the archiv programs are installed, linpha should automatically make them available
      but if there only shows up tar, it is probably of some limitations in php settings (for example safemode active, or open_basedir set)
      if possible, disable safemode and open_basedir
      if not possible, locate the zip binaries on your server, and make some changes in the file linpha/include/archiver.config.php
      (especially change the look_for:
      'look_for' => Array('no') ) like the same it is with the tar statement

      flo

       

Log in to post a comment.