正規表現の学習を始めたばかりで、これを理解できません。拡張子が含まれていない場合、URL の末尾にスラッシュを強制する必要があります。
より明確にするために:
example.com/test/ stays the same.
example.com/test.php stays the same.
example.com/test becomes example.com/test/ (See the last slash at the end)
これを修正する方法を知っている人はいますか?