On my webserver, some folders (like wp-admin/ wp-login.php...) or websites (dev.company.net) are restricted to my IP addresses.
Home, home ipv6, VPN, office, office IPv6.
<Files wp-login.php>
Order Deny,Allow
Deny from all
allow from 88.222.222.88
allow from 92.92.92.92
allow from 2001:DB8:123:5fcc::/64
allow from 2001:DB8:8ae:e6c4::/64
</Files>
My home and office change regularly and I must go around all my htaccess files to gain access again.
Would you see a way of having it in only one place? I could make a ln -s
but these .htaccess files often have other informations inside, since in strategic points.
I have access to apache config as well but this is Mass Virtual Hosting, I don't have any <directory>
or <location>