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

HELP! Can't add links from web (simple)

Quote Reply
HELP! Can't add links from web (simple)
Hi,
I get this message when I try and add links from the web. What do I do to correct this problem ? please mail me or leave message here.

There were the following errors trying to add your resource:

Auto submission is not allowed in this directory. Please visit the site to add your entry.

Please make any changes and try again!



Quote Reply
Re: HELP! Can't add links from web (simple) In reply to
In links.cfg, find:

Code:
# Referers -- which hosts are allowed to add to your database.
@db_referers = ();

Change it to read:

Code:
# Referers -- which hosts are allowed to add to your database.
@db_referers = ('yourdomain.com');

Be sure to change "yourdomain.com" to match your actual domain name.

I hope this helps.