Olaf Foellinger ha scritto:
> it's a long time since I've setup the blog, back in 2004 on etch. Have the
> script been available then? I think I haven't used it.

Probably yes, anyway:

mkdir -p /srv/www/wp-uploads/yourblogdomain.tld
chown -R root:www-data /srv/www/wp-uploads
chmod -R 0774 /srv/www/wp-uploads/yourblogdomain.tld

now open your /etc/wordpress/config-yourblogdomain.tld.conf and add:

$upload_path = "/srv/www/wp-uploads/yourblogdomain.tld";
$upload_url_path = "http://yourblogdomain.tld/wp-uploads";;

> Is it safe to
> apply it now on an otherwise working installation?


Probably not :)

Cheers,
Giuseppe.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to