|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
iDowS v3.0 RC1 Release, Apache Edition First
iDownS 3 部分截图:
http://forum.justdn.org/index.php?showtopic=13439
简单安装说明:
1.确认你是从 http://forum.justdn.org/index.php?showforum=13 下载的压缩包.
2.用WinRAR解压软件.
3.自行建立一个mysql库,例如idowns,将idowns3.sql导入.
4.配置config.php,按里面的说明修改.
5.apache配置参看.htaccess部分,设置Apache的Directory,AllowOverride值为all (参见下面的形式),有问题请访问论坛.
6.static & cache目录可写.
CODE
<Directory >
AllowOverride all
Order allow,deny
Allow from all
</Directory>
下载:
http://forum.justdn.org/index.php?showtopic=13460 |
|