複数の URL を同じページにリダイレクトしたい。
私はこのようにすることができます:
Redirect /index.html http://example.com/newdirectory/
Redirect /index1.html http://example.com/newdirectory/
Redirect /index2.html http://example.com/newdirectory/
Redirect /index3.html http://example.com/newdirectory/
Redirect /index4.html http://example.com/newdirectory/
Redirect /index5.html http://example.com/newdirectory/
これを行うためのより良い方法はありませんか?(もっときれいな)