CGR Online wrote: > > I'm the type that likes to use one data directory for several > programs and just having seperate directories. However ringlink > does not like me doing that. If I have anything in my data > directory, then when I go to administer a webring it gives me a > choice of all the webrings I host as well as any file name and > directory name listed in my data directory. All the directory names should be listed, but not the file names. > Is there a way to make it not do this Yes, if you reorganize your directory structure. If you have a general data directory named 'data', you simply create a subdirectory which you might want to name 'ringlink'. Then you change the rlconfig.pm file like this: # Path to the directory where the ring data will be stored $datapath = '/SOMETHING/data/ringlink'; I.e. the name of the Ringlink data directory can be whatever you like. / Gunnar