в конфиге апача:
LoadModule rewrite_module modules/mod_rewrite.so
Проверил даже в phpinfo()
Loaded Modules core prefork http_core mod_so mod_auth_basic mod_authn_file mod_authz_host mod_authz_user mod_authz_groupfile mod_authz_default mod_log_config mod_env mod_deflate mod_setenvif mod_mime mod_status mod_autoindex mod_negotiation mod_dir mod_alias mod_rewrite mod_cgi mod_perl mod_php5 mod_python mod_ssl
В .htaccess
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^index.html$ index.php [NC]
В ответ:
Not Found<br />
<br />
The requested URL /index.html was not found on this server.
Версия системы: SLAED CMS 2.6 Lite
Версия PHP: PHP 5





