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

Field number of category in category.db

Quote Reply
Field number of category in category.db
Hi, would someone pleae tell me what this line means and what it does in the links.cfg script: (I've made it Bold and in Red)

# Database Options
# --------------------------------------------------------
# You really need to use flock(). However if your system doesn't support it (Win95),
# then turn this off at your own risk!
$db_use_flock = 1;
# Use Pragma: no-cache to stop browsers from caching output? (0 = cache, 1 = nocache)
$db_nocache = 1;
# Use IIS headers? Set this to 1 if your web server needs the full headers (HTTP/1.0 etc.)
$db_iis = 0;
# Field number of category in category.db
$db_main_category = 1;

# Referers -- which hosts are allowed to add to your database.
@db_referers = ();
Quote Reply
Re: [NeedHelpNow] Field number of category in category.db In reply to
That's referring to the position of the Category Name field in the categories database. Unless you are rearranging the default configuration, you do not need to change this.

--Philip
Links 2.0 moderator