All public logs

Jump to navigation Jump to search

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:55, 3 September 2025 Mwroot talk contribs created page How to Secure Your MediaWiki Site: Permission Advice (Created page with "== 思想理念 == * 只把对外要用到的 PHP 入口文件放在 web 根目录,其他一切(配置文件、源码、开发文件、构建工具配置、测试文件、文档等)都应移到 web 根之外,然后用 .htaccess 或 webserver 配置限制访问。 * 业务逻辑(源码)、静态资源分开放置 * webserver 仅可读源码,不可写入,不可执行 * websever 可拥有静态资源 * 上传目录要禁止代码运行 * 要阻止对编译...")