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.
リダイレクトしたい
m.sample.com/?articulo=何か
に
http://www.sample.com/camisetas/something.html _ _
このコードを試してください:
RewriteEngine On RewriteCond %{HTTP_HOST} ^m.sample.com$ RewriteRule ^\?articulo=(.*)$ http://www.sample.com/camisetas/$1.html [R=301]