ho creato un file .htaccess conenente solo ed esclusivamente queste righe, ma non funziona. Cosa sbaglio?
AddType application/x-httpd-php .php .html
ErrorDocument 400 /not_found.htm
ErrorDocument 401 /not_found.htm
ErrorDocument 403 /not_found.htm
ErrorDocument 404 /not_found.htm
ErrorDocument 500 /not_found.htm
Il file funziona per quanto riguarda la gestione degli errori ma non riesce a interpretare il php dentro i file .htm come faccio?