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.
すでにパスにあるものをクリーンアップするために、すでに「フレンドリー」な URL を書き換えることに興味があります。
現時点では、 を指す URI がありますhttp://example.com/page/index/homeが、理想的にはページ/インデックスを完全に削除し、http://example.com/home.
http://example.com/page/index/home
http://example.com/home
このルールは .htaccess ファイルで使用できます。
RewriteEngine On RewriteRule ^home$ page/index/home [NC]