Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Éviter le spam de commentaires

# Éviter le spam de commentaires
<IfModule mod_rewrite.c>
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]
</IfModule>
Comment

PREVIOUS NEXT
Code Example
Php :: php header accept post request from same domain 
Php :: codeigniter validate integer in php 
Php :: how to change php to html 
Php :: laravel how to address to git repo for develop packages 
Php :: install php 7.4 amazon linux 2 
Php :: Check box group submit (php) 
Php :: extract email from text 
Php :: run laravel envoy task 
Php :: laravel request 
Php :: random record get with pagination in karavel 8 
Php :: wpdb insert or if exists update 
Php :: Issue with Generating Random Numbers using Laravel contains vs foreach loop 
Php :: php array key value print 
Php :: Check php and wordpress version before activation 
Php :: Create An Array Of Data With many Rows 
Php :: add selected to dropdpown item laravel 
Php :: pengulangan php 
Php :: laravel handle image validation 
Php :: laravel Add a static label/text above panel 
Php :: To enqueue css & js quickly 
Php :: wp wc php change customer shipping country for all users 
Php :: getIP php 
Php :: wp wc php sort products archive cheapest price 
Php :: __sleep and __wakeup 
Php :: PhpDebugBar is not defined nginx 
Php :: php undefined array key 
Php :: laravel openstreetmap 
Php :: chunk in laravel 
Php :: laravel , How can I increment and decrement value with unique id 
Php :: diferencias empty() e isset() 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =