#author("2025-11-11T13:26:05+09:00","default:massy","massy") #author("2025-11-11T13:26:21+09:00","default:massy","massy") *ページの自動リンクしたい [#m1846c90] RIGHT:&counter; pukiwiki.ini.phpの%%%164行目%%%の、AutoLink featureのautolinkを変更する #html{{ <pre> ///////////////////////////////////////////////// // AutoLink feature // AutoLink minimum length of page name $autolink = 0; // Bytes, 0 = OFF (try 8) ←ここを変更 </pre> }} ///////////////////////////////////////////////// // AutoLink feature // AutoLink minimum length of page name $autolink = 4; // Bytes, 0 = OFF (try 8) ←変更後、 -$autolink = 0; // Bytes, 0 = OFF (try 8) ←ここを変更 +$autolink = 4; // Bytes, 0 = OFF (try 8) ←変更後、 ****QHM [#o041600b] ***QHM [#o041600b] qhm.ini.php <?php $style_type = 'text'; $enable_cache = 0; $autolink = 2; ←ここを変更 $session_save_path = ''; $site_close_all = 0; $mobile_redirect = ''; $googlemaps_apikey = ''; ?>