close
selfoss

安裝問題解決



1. apache 模組要打開



Ensure that you have mod_rewrite and mod_headers enabled.



2. "One little change is necessary in /var/www/selfoss/.htacces: Remove the hash character (#) from this line: #RewriteBase /selfoss"



資料來源
http://selfoss.aditu.de/forum/index.php?mode=thread&id=125



3. 使用 mysql 要自行 create database



example:


create database selfoss;

create user 'rss'@'localhost' identified by 'secret';

grant all privileges on selfoss.* to 'rss'@'localhost';

flush privileges;


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 lyct 的頭像
    lyct

    見心

    lyct 發表在 痞客邦 留言(0) 人氣()