Paul Booker

Primary tabs

Articles from Paul Booker

You will need to modify your .htaccess file located under your web root.

Change ..

You will need to modify your .htaccess file located under your web root.

Change ..

$conf['file_public_path'] = '/path/to/public/files/directory';
$conf['file_private_path'] = '/path/to/private/files/directory';
$conf['file_temporary_path'] = '/path/to/tmp/directory';
$conf['securepages_enable'] = FALSE;

$conf['file_public_path'] = '/path/to/public/files/directory';
$conf['file_private_path'] = '/path/to/private/files/directory';
$conf['file_temporary_path'] = '/path/to/tmp/directory';
$conf['securepages_enable'] = FALSE;

Pages