htaccess を使用して URL をクリーンアップしようとしていますが、localhost で動作するように見えません。
私のウェブサイトの URL: localhost/index.html
これは、私の www フォルダーにあるデフォルトの htaccess ファイルです。
#------------------------------------------------------------------------------
# To allow execution of cgi scripts in this directory uncomment next two lines.
#------------------------------------------------------------------------------
AddType application/x-httpd-php .html .htm .php
AddHandler cgi-script .pl .cgi
Options +ExecCGI +FollowSymLinks