返回列表 发帖
论坛的空间功能被完全无视

TAT
Any time you have "one overriding idea", and push your idea as a superior ideology,
you're going to be wrong. ... The fact is, reality is complicated.

-- Linus Torvalds <http://hexm.de/mc>






TOP

回复 14# 某小黑

咪了个喵的,把这里的ACL复制到那边去了,禁止附件目录的脚本执行=w=
(Scrubbed)是指被屏蔽的代码块=w=毕竟这种过滤规则是不能公开的
  1. <FilesMatch "(Scrubbed)/.+\.phps?">
  2.         Order deny,allow
  3.         Deny  from  all
  4. </FilesMatch>

  5. <FilesMatch ".*\.(Scrubbed)\.phps?">
  6.         Order deny,allow
  7.         Deny  from  all
  8. </FilesMatch>

  9. RewriteEngine On
  10. RewriteCond %{(Scrubbed)} ^(Scrubbed)
  11. RewriteRule .* - [F]
复制代码

TOP

回复 15# hyhxx31

嘛……不是论坛的主机……是CLF那边

TOP

返回列表