第一步,找到/application中的database-sample.php文件,修改里面的数据库名等信息。
第二步,重命名为database.php
第三步,导入根目录下mysql.sql文件
第四步,修改根目录下.htaccess文件,将内容改为:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ index.php/$1?%{QUERY_STRING} [QSA,PT,L]
</IfModule>

转自:<鼓弄记>kangle/ep面板安装cloudreve