Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
htaccessの効率的なリダイレクトコードを探しています。約200のリンクがあります(実際にはすべてのリクエストがリダイレクトを通過します)
目標:
http://example.com/pages.shtmlリダイレクトされるhttp://example.com/pages
http://example.com/pages.shtml
http://example.com/pages
ページランクの保持を念頭に置いて301リダイレクトする必要があります
RewriteRule ^([^/]+)\.shtml http://example.com/$1 [L,R=301]