m.example.com を m.example.com/subdir にリダイレクトする方法は?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^m.example.com$ [NC]
RewriteRule (.*)$ http://m.example.com/subdir [R=301,L]
私も使用できません:
redirect 301 / http://m.example.com/subdir
メインの www サイトもリダイレクトされるため