同じ情報を表示している 2 つのドメインがあります。スラッシュ 301 で終わらないものをそうするものにリダイレクトしたいと思います。
http://domain.com/locations/texas
http://domain.com/locations/texas/
現在の書き換えルール:
RewriteRule ^locations/([a-zA-Z0-9_-]+)/?$ search.php?type=location&slug=$1 [L]
同じ情報を表示している 2 つのドメインがあります。スラッシュ 301 で終わらないものをそうするものにリダイレクトしたいと思います。
http://domain.com/locations/texas
http://domain.com/locations/texas/
現在の書き換えルール:
RewriteRule ^locations/([a-zA-Z0-9_-]+)/?$ search.php?type=location&slug=$1 [L]