301 Redirects can be placed in the .htacess file within a site's directory.
The .htaccess file must still contain the Rewrite rules required by WebTemplate:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
RewriteEngine On
Redirect 301 /donations https://secure2.webtemplate.com.au/bridgehead/GuideDogsSA/support-us-fundraising/donations/donations-online
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php