On Sun, Jun 10, 2007 at 04:30:45PM +0200, jdd wrote: > jdd wrote: > > > http://claire.dodin.net/claire.dodin.net/data/index.php > > seems like using > > $ScriptUrl = '/data/'; > $PubDirUrl = '/data/pub'; > > fixes the problem. hope this don't add an other
Normally $ScriptUrl should be set to a fully-qualified url, not a relative one. Otherwise things such as RSS feeds and other items that require full urls won't work properly. It's generally okay for $PubDirUrl to be a partial url, however. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
