Apache .htaccessファイルに、私が書いた、
RewriteRule ^ animals $ index.php?type = animals
http:// localhost / animalを http://localhost/index.php?type = animalにリダイレクト
し、URLがhttp:// localhost / animals /と入力されると、エラーが発生し、ファイルが見つかりません。
http://localhost/index.php?type=animalsにリダイレクトするためにhttp :// localhost / animalsとhttp:// localhost / animals/の両方を実行するための正しい構文は何ですか?