xxxxxxxxxx
ip addr add 172.19.1.10/24 dev eth2
sudo ip route add default via 172.17.0.1
xxxxxxxxxx
# ALLOW USER BY IP
<Limit GET POST>
Order deny,allow
Deny from all
#Allow from [213.3.30.38]
</Limit>
# PREVENT VIEWING OF .HTACCESS
<Files .htaccess>
Order allow,deny
Deny from All
</Files>
ErrorDocument 403 "<div style='padding-top:10%; text-align:center;'><h1>Access Denied! If you are owner please contact support, thanks.<br>----------------------<br>Accesso Negato! Se sei il proprietario del sito per favore contatta il supporto tecnico, grazie.</h1></div>"