本帖最后由 waney 于 2012-4-12 19:48 编辑
自己动手,source/function/cache/cache_setting.php
748行:- $url = explode('.php', $nav['url']);
- if($nav['type'] == 0) {
- $domainkey = substr($purl['path'], 0, -strlen(strrchr($purl['path'], '.')));
- if(!empty($_G['setting']['domain']['app'][$domainkey]) && !in_array(strtolower($nav['title']), array('follow', 'guide', 'collection'))) {
- $url = $url[1] ? '/'.$nav['url'] : '';
- $nav['url'] = 'http://'.$_G['setting']['domain']['app'][$domainkey].$url;
- }
- }
复制代码 修改这里。 再做替换。 |