Who can help: How to use .htaccess?
I am not sure if this is possible with a blog but I am reaching out to all those who know more about tech and html or source code than I do. I understand that with the .htaccess code, it is possible to block the access of certain IPs to a webpage.
The code is sequence is:
order allow,deny
deny from 123.45.6.7
deny from 012.34.5.
allow from all
The numbers are examples.
But my question is, where do I put this in the code of my blog? Is there anybody who can help?
I am not sure if this is possible with a blog but I am reaching out to all those who know more about tech and html or source code than I do. I understand that with the .htaccess code, it is possible to block the access of certain IPs to a webpage.
The code is sequence is:
order allow,deny
deny from 123.45.6.7
deny from 012.34.5.
allow from all
The numbers are examples.
But my question is, where do I put this in the code of my blog? Is there anybody who can help?
<< Home