1<?php 2/** 3 * Options for the Page Redirect plugin 4 */ 5 6$conf['show_note'] = 1; // Display a note about having been redirected on the new page. 7$conf['allow_external'] = 1; // Allow redirects to external pages. 8