Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~730 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ademmeda

Hi, I have the following entry in my Awstats file: Unknown robot (identified by 'bot*') How can I block this bot? I tried the following separately but none of them seems to be catching it: RewriteCond %{HTTP_USER_AGENT} ^bot* RewriteCond %{HTTP_USER_AGENT} bot\* RewriteCond %{HTTP_USER_AGENT} bot[*] Thanks for any ideas.

Member Avatar for gentlemedia
0
301
Member Avatar for ademmeda

Hi, I am preparing IP ranges for countries to use in my script (.htaccess file) from the data provided by RIRs (Apnic, Afrinic, Arin, Lacnic, Ripencc). I have a couple of questions about how to read and understand the data they provide. For example, Apnic's public records for IP allocations/assignments …

Member Avatar for ademmeda
0
146
Member Avatar for ademmeda

Hi, I have the following code in my .htaccess file to block an IP from accessing a file on my site and it works fine. <Files mypage.html> Order Deny,Allow Deny from XXX.XXX.XXX.XXX </Files> Is there a way to block an IP from accessing a page (e.g., mydomain.com/mypage/)? Thanks for a …

Member Avatar for cereal
0
283