在 apache .htaccess 文件中,我写过,
RewriteRule ^animals$ index.php?type=animals
它将http://localhost/animals重定向到 http://localhost/index.php?type=animals
并且当 URL 键入为http://localhost/animals/时发生错误,找不到文件。
执行http://localhost/animals和http://localhost/animals/以重定向到http://localhost/index.php?type=animals的正确语法是什么