Secure your site from leechers
.htaccess
	or
	Ok most wapmasters do not know what to do.
Like how to block them.....
					.htaccess
Code:
	
	<FilesMatch ".(pdf|mp3|avi)$"> Order Allow,Deny Deny from all Allow from www.yourdomain.com Allow from yourdomain.com Allow from your_server_ip </FilesMatch>
Code:
	
	<Files *> Order Deny,Allow Deny from all Allow from localhost </Files>
Like how to block them.....

Comment