lighttpd rewrite for joomla sh404sef
Dec 8th
I switch apache to lighttpd on my VPS with Kloxo, everything are running well except one Joomla based site. It mainly because the Joomla site has SH404SEF installed.
I find “How do i configure my lighttpd server” on FAQ of SH404SEF site, now everything of this Joomla site runs well.
Here is how to configure the Kloxo sever:
1, log in Kloxo panel, switch apache to lighttpd on “Switch Program”
Joomla 几个常见问题的解决
Aug 8th
1,clean cache时,出现Fatal error: Only variables can be passed by reference in /home/bb/public_html/seo/administrator/components/com_cache/admin.cache.php on line 85
解决:replacing at line 77 of admin.cache.php with
$limit = $mainframe->getUserStateFromRequest( 'global.'.$option.'.limit', 'limit', $mainframe->getCfg('list_limit'));
2,批量替换文章中的特定内容:
UPDATE jos_content SET fulltext = replace(fulltext,"被替换的内容","替换成的内容");
3,出现两个标题的问题
menu-系统参数-显示页面标题-否 ,这个BUG好像在1.5.5中已经修正了。
