Les cuento mi duda:
Estoy usando un .htaccess para "estiulizar" los errores 404 403 Y 500 y tambien para prohibir el acceso a archivos con extension .txt .bak .ini y .log aca dejo el codigo:
Código HTML:
DirectoryIndex inicio.html index.htm index.html index.php ErrorDocument 403 /errors_handle/403.php ErrorDocument 404 /errors_handle/404.php ErrorDocument 500 /errors_handle/500.php <FilesMatch "\.(htaccess|htpasswd|ini|log|bak|txt)$"> Order allow,deny Deny from all </FilesMatch>
Como podria estiilizar ese mensaje para que no aparezca la version de apache y eso?