当前位置:首页 > 搜索和 REST 相关的文章

如何删除WordPress升级后的增加了REST API无用链接

添加日期:2018-11-18 14:57:55 发布:smiling 
最近升级WordPress,wordpress增加了REST API无用链接,这里介绍两种方法删除的方法。只需要使用下面的一种即可。 代码如下!将下面代码添加到主题functions php文件中禁用REST API功能,并且不 ...

php错误提示 open_basedir restriction in effect 解决

添加日期:2014-09-20 22:01:53 发布:smiling 
今天在帮助一个朋友配置一台服务器时发现网站配置好了缓存目录读写不成功,在打开错误时发现提示 Warning: file_exists() [function file-exists]: open_basedir restriction in effect Fi ...