Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: Problems with install on IIS

Quote Reply
Re: Problems with install on IIS In reply to
If you searched for Can't locate links.cfg in this forum via the forum's search form, you would've found many Threads where this problem has been addressed.

Again, what you need to do is use the FULL ABSOLUTE PATH, including DRIVE LETTER in the first require line in ALL your .cgi scripts, including admin.cgi.

Like the following:

Code:

require "C:/Inetpub/wwwroot/youraccount/cgi-bin/links/admin/links.cfg";


Make sure that you use the correct case settings for your drive letter and folder names where your account resides.

Good luck!

Regards,

Eliot Lee
Subject Author Views Date
Thread Problems with install on IIS pgowder 4516 Jan 9, 2001, 8:06 AM
Thread Re: Problems with install on IIS
Stealth 4433 Jan 9, 2001, 8:31 AM
Thread Re: Problems with install on IIS
pgowder 4450 Jan 9, 2001, 8:33 AM
Thread Re: Problems with install on IIS
Stealth 4426 Jan 9, 2001, 8:50 AM
Thread Re: Problems with install on IIS
pgowder 4425 Jan 9, 2001, 1:34 PM
Thread Re: Problems with install on IIS
Stealth 4391 Jan 9, 2001, 7:10 PM
Thread Re: Problems with install on IIS
pgowder 4409 Jan 10, 2001, 6:24 AM
Post Re: Problems with install on IIS
Stealth 4377 Jan 10, 2001, 8:15 AM