Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2005
    Posts
    75
    Plugin Contributions
    0

    Default One Note for Windows

    Since this is a new thread I'll kick it off with a comment.

    When installing on IIS (we have done so with a couple sites successfully but neither are live yet), keep in mind to setup your config files as such when doing file path references:

    Code:
    define('DIR_FS_CATALOG', 'c:/inetpub/wwwroot/zensample/');
    That seems to make Zen happy ... and if it's happy, I'm happy :)

  2. #2
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: One Note for Windows

    A good thing to do, under windows, is to set a virtual path from server in order to gather the info undirectly. This way, in case of PHP issues, no one would be able to know your actual server path (such as above). ;)

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •