iamtheboss Posted April 19, 2019 Share Posted April 19, 2019 Hi, how can we block the ip address ? Some people are spamming everytime from the same ip. Thanks Link to comment Share on other sites More sharing options...
bigchrisrogers Posted April 20, 2019 Share Posted April 20, 2019 I've just had a similar problem. Couldn't find a quick way to do it in prestashop, but by editing the .htaccess file in the main directory on my webserver and adding this, I'm expecting it to work. I must admit though to being quite an inexperienced newbie as far as web servers, prestashop and similar are concerned. <Limit GET POST> order allow,deny allow from all deny from 46.22.220.10 </Limit> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now