Archive for the ‘.htaccess’ Category

Block traffic from single referrer


The traffic from the referrer is useful for sites rank and promotion but some time wrong referrer can cause the bandwidth and ddos attacks therefore its always better to block such spam referrer. We can block the single referrer by using the following code in the .htaccess file.

The following code will disable the referrer from blocksinglereferrer.com


RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} blocksinglereferrer\.com [NC]
RewriteRule .* – [F]


If you are facing the problem from too many  referrer sites then you can refer to the following code.

RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} blocksinglereferrer\.com [NC,OR]
RewriteCond %{HTTP_REFERER} blocksinglereferrer1\.com
RewriteRule .* – [F]

In above code the referrer from  blocksinglereferrer.com and  blocksinglereferrer1.com disabled.

 



Tag

.htaccess .htaccess file /etc/ssh/sshd_config /var/cpanel/cpanel.config Access denied for user 'root'@'localhost' cgi script clear cache cPanel access logs cPanel error logs cPanel exim logs cPanel logs cPanel servers logs Create new FTP account from cPanel Disable directory listing exim logs find command how to block referrer install mailx mysql from WHM mysql has failed mysql service mysql service from WHM nameserver setup Network File System NFS Server php form phpmail() form phpmail function please contact the sysadmin plesk panel issue roundcube roundcube error roundcube error logs Safari browser Safari browser + AddHandler application/x-httpd-php5 Safari browser downloading .html pages. Safari browser downloading pages Safari downloading pages simple php form simple phpmail() form simple phpmail function form sshd restart suexec trueuserdomains using the NFS Server

.htaccess (15)
Basic Linux (57)
Browser problems (3)
Common errors (10)
cPanel + cPanel scripts (29)
Cron jobs issue (5)
Dedicated Server Issue (21)
Definition / Explanation (5)
E-mails issue (18)
Enable private PHP (5)
Few good queries and suggestions (12)
FTP / Frontpage / Dreamweaver (10)
General (3)
HTML/PHP issue (1)
Install server side software / script (16)
Linux Administrator Interview Questions (73)
Linux Permissions (8)
Mailman (1)
Mysql + phpmyadmin (19)
New updates/release (1)
NFS server (6)
PHP (7)
Plesk (13)
scripts (5)
Server Security (20)
Third party script issue (17)
Tomcat/Ruby Rail (2)
Uncategorized (20)
VPS (61)

WP-Cumulus by Roy Tanck and Luke Morton requires Flash Player 9 or better.

Calendar
May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  
Blogroll