ssdb php admin,GitHub - zkfan/phpssdbadmin: SSDB 数据库的图形化界面管理工具

phpssdbadmin

安装

编辑 app/config/config.php:

'ssdb' => array(

'host' => '127.0.0.1',

'port' => '8888',

),

将 host 和 port 修改成正确的值.

然后编辑你的 Nginx 配置文件, 加入一条 URL 重写规则:

location /phpssdbadmin {

try_files $uri $uri/ /phpssdbadmin/index.php?$args;

}

注意: 如果你的 nginx.conf 没有配置 index index.php;, 请加上.

如果你使用的是 Apache 的话, 你可以试试这条 URL 重写规则.

RewriteEngine On

RewriteBase /phpssdbadmin/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /phpssdbadmin/index.php [L]

phpssdbadmin

SSDB Admin Tool Built with PHP.

Install

Edit app/config/config.conf:

'ssdb' => array(

'host' => '127.0.0.1',

'port' => '8888',

),

Change host and port to the right values.

Then edit your Nginx configuration, add one URL rewrite rule as:

location /phpssdbadmin {

try_files $uri $uri/ /phpssdbadmin/index.php?$args;

}

Your nginx.conf must set index index.php.

If you are using Apache, try this URL rewrite rule:

RewriteEngine On

RewriteBase /phpssdbadmin/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /phpssdbadmin/index.php [L]

Screeshots

phpssdbadmin-index.png

560e42da965a4cbdd7002ada75dfc87f.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值