📌  相关文章
📜  Éviter le spam de commentaires - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:19.295000             🧑  作者: Mango

代码示例1
# Éviter le spam de commentaires

RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.monsite.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]