php开源文件管理,搭建php开源的文件管理器eXtplorer

下载:

wget https://extplorer.net/attachments/download/82/eXtplorer_2.1.13.zip

* 解压:

```

unzip eXtplorer_2.1.13.zip -d extplorer

```

* 复制到站点根目录:

```

\cp -a extplorer/. /var/www/html/

```

* 添加权限:

```

chown -R apache.apache /var/www/html

```

* 访问:

```

默认用户名:admin

默认密码:admin

```

![ upload-images.jianshu.io/upload_images/14653704-43f31907d7716078?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![技术分享图片](https://upload-images.jianshu.io/upload_images/14653704-3717cd5552aa4ab7?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![技术分享图片](https://upload-images.jianshu.io/upload_images/14653704-fb2bba17d4300667?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![技术分享图片](https://upload-images.jianshu.io/upload_images/14653704-55a102e8263a1f4f?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![技术分享图片](https://upload-images.jianshu.io/upload_images/14653704-eadd2157aa347730?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

报错

在这里插入图片描述

关闭防跨站攻击(open_basedir)即可!

在这里插入图片描述

把钩打掉,记得重启一下php服务哦~即可!

你可能感兴趣的:(php开源文件管理)