PDA

View Full Version : Apache .htaccess


texerasmo
21-03-2006, 17:49
ho creato sotto la DocumentRoot del mio sito un file
.htaccess
dentro ho scritto
AuthName "test"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from all
allow from 192.168.0.116
</Limit>

ma non mi funziona un altro mio collega vede il sito devo configurare altro?

texerasmo
21-03-2006, 17:50
ops
AuthName "test"
AuthType Basic
<Limit GET POST>
order allow,deny
deny from all
allow from 192.168.0.116
</Limit>