Several websites use the common Serpzilla folder

Last update: 28.08.2022

If the code folder is used by several websites, to avoid conflicts in links.db, use the following parameter:

<?php
    $o = array();

    $o['multi_site'] = true; //Indicates several websites to the script 
    $client = new LINKS_client($o);
?>

In this case, an individual file with links will be created for each website.

Was this article helpful?