Apache アドレス書き換えルールを探しています
1. URL に http://xx.aaa.com と入力した場合、 http://xx.aaa.com/xx/index.html にアクセスします
URL に http:/ を入力した場合url /yy.aaa.com のときに http://yy.aaa.com/yy/index.html にアクセスします
RewriteCond %{HTTP_HOST} ^([^.]+ ). aaa.com$
RewriteRule ^(/?)(.*)$ /%1/index.html [PT,L]
RewriteCond %{HTTP_HOST} ^([^.]+).aaa。 com$
RewriteRule ^(/?)(.*)$ /%1/index.html [PT,L]
RewriteCond %{HTTP_HOST} ^([^.]+).aaa。 com$
RewriteRule ^(/?)(.*)$ /%1/index.html [PT,L]