Package: wordpress
Version: 2.5.1-9

My web server is accessible via a couple of various dns names. I would
like to have one "default" config instead of plenty separate files (or
at least symlinks) for every domain I have.

Just add the following line:

if (!file_exists($debian_file)) $debian_file =
'/etc/wordpress/config-default.php';

before "if (!file_exists($debian_file)) { "


This way - you will still be able to define separate configs for every
domain name, but you have also default config for all "undefined" domains.


-- 
Przemyslaw Kwiatkowski




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to