<Directory /var/vhosts/ordersystem.viptel.dk/js/>
order allow,deny
allow from all
</Directory>
<Directory /var/vhosts/ordersystem.viptel.dk/css/*>
order allow,deny
deny from all
</Directory>
<Directory /var/vhosts/ordersystem.viptel.dk/frontend/*>
order allow,deny
deny from all
</Directory>
<Directory /var/vhosts/ordersystem.viptel.dk/backend/*>
order deny,allow
deny from all
allow from 91.206.90.116 # Viptel
allow from 217.198.217.182 # Viptel kontor
allow from 93.165.146.165 # admin-test
allow from 93.165.146.166 # infoserver
allow from 91.206.90.114 # ts01.viptel.dk
allow from 93.165.146.165 # admin-test.telcogate.as
allow from 80.161.191.70 # relaunch2010.viptel.dk
allow from 93.165.146.170 # relaunch2010.viptel.dk -vlan120
allow from 127.0.0.1 # localhost
allow from 212.130.22.82 # mpls.vipte
</Directory>