私のディレクトリは次のようなものです。
http://www.mydomain.com/macbook-computer
http://www.mydomain.com/sony-computer
http://www.mydomain.com/lenovo-computer
ユーザーがcomputers/macbook-computerと入力すると、次のようになります。
http://www.mydomain.com/computers/macbook-computer
:。であるページを表示したい http://www.mydomain.com/macbook-computer
。
私の制限は次のとおりです。
1. User must type /computers (segment 1)
2. String coming from computers/ must end with "computer". (segment 2)
.htaccessファイルでこれを実現するにはどうすればよいですか?