This site will soon be moving to ChiuYau.com. If you have any inquiries, please find contact details at ChiuYau.com.
ChiuYau.com

ChiuYau | 中国 :: Chiu Yau 的博客

搜索到 13 篇与 域名 的结果
2021-01-28

How to remove /index.php/ from my URL

How to remove /index.php/ from my URL
I suggest reading this short introduction https://httpd.apache.org/docs/2.4/rewrite/intro.html (15mins) and reference these 2 pages while reading.https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html https://httpd.apache.org/docs/2.4/rewrite/flags.htmlThis is the basic rule to hide index.php from the URL. Put this in your root .htaccess file.mod_rewrite must be enabled with PHP and this will work for the PHP version higher than 5.2.6.RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f Rewri...
2021年01月28日
92,938 阅读
1 评论
2021-01-25

Unknown collation: 'utf8mb4_0900_ai_ci' - MySQL Error

Unknown collation: 'utf8mb4_0900_ai_ci' - MySQL Error
This article is in English.MySQL Error: Importing database: Unknown collation: 'utf8mb4_0900_ai_ci'This is Github / issues of MySQL....(Something else not important to solve this issue)...Opened the .sql file in Notepad++ ( Alternative: Open the .sql file in Microsoft Word ) and hit CTRL+H ( Alternative: [Microsoft Word] hit CTRL + F ) to find and replace the string “utf8mb4_0900_ai_ci” and replaced it with “utf8mb4_general_ci“.It worked for me ,hope it will work for u as well....(Something e...
2021年01月25日
103,257 阅读
0 评论
2021-01-14

攻击者是这样拿到你的Wordpress 【管理员用户名】的!!

攻击者是这样拿到你的Wordpress 【管理员用户名】的!!
起因最近在查看站点 【访问日志】的时候,发现有大量的 POST 请求到 /xmlrpc.php页面。从请求的IP :52.186.155.64 以及请求的次数来判断,应该是一个恶意自动程序。通过不断的POST事先构造好的代码,来爆破Wordpress的管理密码。xmlrpc.php 原本是Wordpress 程序留给手机APP用的一个API页面。被攻击者用来爆破后台管理密码。这里先不讨论如何防护,也先不讨论它是否能爆破成功。我先顺着这个IP找到最早的几条访问记录。【第1、2条】请求:自动攻击程序,首先使用了两次GET 请求来访问我网站的首页。作用:目测是用来判断,这个站点是否在线。【第3条】请求:自动攻击程序构造了 https://域名//wp-includes/wlwmanifest.xml 的URL进行GET作用:目测是用来判断你是否使用了Wordpress程序。【第4-6条】请求:构造了 //?author=1 //?author=2 //?author=3作用:目测是通过用户ID ,来确定你的管理员用户名!【第7条】请求:构造了 https://域名//wp-jso...
Chiu Yau
2021-01-14

文章,域名

2021年01月14日
61,096 阅读
0 评论
2021-01-06

清理本地DNS缓存

清理本地DNS缓存
对于从事网页设计或者域名行业的人来说,DNS缓存在大多数情况下都是不期望的,因为会无法即时预览更新的名称服务器或者网页,以下是几种不同清理本地DNS缓存的方法:一、Windows清除本机DNS Cache的方法打开你的Windows,开起搜寻框,打下cmd(或从附属应用程式中找到命令提示字元)。当命令提示字元的黑底白字画面跑出>的时候输入 ipconfig /flushdns ,然后按下enter键。完成,你的DNS Cache已经手动清空了,本方法应该适用于任何版本的Windows。二、Mac OS X清除本机DNS Cache的方法打开你的Mac OS,点击画面右上角的放大镜图示的Spotlight,输入terminal(或终端机)。当终端机的白底黑字跑出$的时候,如果你是10.5以上版本请输入: sudo dscacheutil -flushcache ,不到10.5版本请输入: lookupd -flushcache ,如出现询问密码,请输入您的系统密码(同安装程式时所输入的密码),输入密码时画面并不会出现任何文字或*,请照打,打完按下Enter键。完成,你的DNS...
Chiu Yau
2021-01-06

文章,域名

2021年01月06日
68,869 阅读
0 评论
2020-11-24

宝塔 ionCube Loader 疑难排查

宝塔 ionCube Loader 疑难排查
如果你是使用宝塔,然后在日志中出现你还没有安装 ionCube Loader 的话,一般只有俩种情况:1. 未安装 ionCube Loader前往软件商店选择你站点正在使用的 php 版本,设置 安装扩展 选择 ionCube 安装,请注意一定要安装在你使用的PHP版本。2. 我明明已经安装好了,重启重试数次错误还是一样这是因为你宝塔上有多个PHP安装了,而切有多于一个的 ionCube 安装了在不同的PHP版本上导致的。解决方案就是卸载多余的PHP版本或者ionCube,目前宝塔不支持多于一个的 ionCube Loader 系统无法选择使用哪个版本的。原创文章,转载请注明出处谢谢。
Chiu Yau
2020-11-24

文章,域名,Git

2020年11月24日
90,190 阅读
0 评论
2020-09-26

DNSSEC 分类

DNSSEC 分类
Delegation Signer (DS) Resource Record (RR) Type Digest AlgorithmsCreated2003-10-31Last Updated2012-04-13Available FormatsXML[](https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xml)HTML [](https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml)Plain text[](https://www.iana.org/assignments/ds-rr-types/ds-rr-types.txt)Digest AlgorithmsRegistration Procedure(s)Standards ActionReference[RFC3658][RFC4034][RFC4035]Available Formats CSVValueDescriptionStatusReference0Reserved-[RFC365...
Chiu Yau
2020-09-26

文章,域名

2020年09月26日
76,182 阅读
0 评论