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;
全站熱搜
留言列表