Ciao a tutti!!

ho provato a persoanlizzare le pagine di errore nel mio PC.

ho seguito la pillola di Dariottolo e a casa tutto funziona, ma al lavoro, pur avendo impostato ugualmente il file httpd.conf, non va!

il codice è il seguente:

al negozio
Codice PHP:
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo", 
# "AuthConfig", and "Limit"
#
    
AllowOverride All

#
# Controls who can get stuff from this server.
#
    
Order allow,deny
    Allow from all
</Directory

Casa:

Codice PHP:
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo", 
# "AuthConfig", and "Limit"
#
    
AllowOverride All

#
# Controls who can get stuff from this server.
#
    
Order allow,deny
    Allow from all
</Directory
cosa devo controllare??

Grazie a tutti !!!

Francesco