我正在查看 .htaccess 文件并让我的网站现在将所有链接重定向到 SEO 友好链接
例如
http://example.com/index.php?page=1 to
http://example.com/home/1/
通过使用以下代码
RewriteRule ^home/([0-9]+)/?$ index.php?page=$1 [NC,L]
但是当我到达页面时
http://www.example.com/home/
我收到 404 错误....
我怎样才能得到它,以便在访问 /home/ 时它会自动重定向到 /home/1/