.htaccess

<Directory "/path/">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
deny from 68.142
</Directory>
 
<Directory "/">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
deny from 68.142
deny from 66.196
</Directory>

this causes 500 errors on everything :(


Edit:

Nvm, I got it
 
Back
Top Bottom