Permitir direcciones ip desde .htaccess

Editar el archivo:

/etc/apache2/apache2.conf

Agregar la línea:

<Directory /var/www/html/>
 AllowOverride All
 </Directory>

Luego crear el archivo .htaccess:

<RequireAny>
 Require ip 190.248.159.226
 Require ip 190.248.159.227
 </RequireAny>

Se pueden extraer las ip por paises en la página https://www.ip2location.com/free/visitor-blocker
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments