1<?php 2/** 3 * Default settings for the linkprefix plugin 4 * 5 * @author Heiko Barth 6 */ 7 8$conf['prefix'] = DOKU_BASE . 'lib/plugins/linkprefix/redirect.php?'; 9$conf['encode_url'] = 1; 10$conf['ignore_same_domain'] = 1; 11