路径应该没问题啊,monket-cal-source和monket-cal文件夹就放在wwwroot文件夹下面,按照设置文档要修改monket-cal/monket-cal-config.php文件。monket-cal-config.php:
// URL of monket-cal
define('SITE_DIR', '/monket-cal/'); // Filesystem location of your .ics calendars
define('CALENDAR_DIR', '/monket-cal/calendars/'); // URL of monket-cal-source
define('MONKET_BASE', '/monket-cal-source/'); // Filesyatem location of monket source
define('MONKET_SOURCE', '/monket-cal-source/'); define('DEFAULT_CALENDAR', 'Home'); // Calendars to Import from the web (won't be editable)
$MonketWebCals[] = 'http://ical.mac.com/ical/UK32Holidays.ics';
$MonketWebCals[] = 'http://www.monket.net/cal/Instructions.ics';
// Add more as needed

解决方案 »

  1.   

    郁闷的是“monket-cal-source/monket-cal-init.php”提示不存在,但是我用“http://localhost/monket-cal-source/monket-cal-init.php"却又可以访问这个文件。网上查了一下说是访问权限有问题,但是我用FAT32的也有权限问题吗?
      

  2.   

    郁闷的是“monket-cal-source/monket-cal-init.php”提示不存在,但是我用“http://localhost/monket-cal-source/monket-cal-init.php"却又可以访问这个文件。
    -------------------------Make sure the page including the file:monket-cal-source/monket-cal-init.php is under the web root directory:http://localhost/