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.
301リダイレクトに最適なルールは何ですか
http://iwanet.org/iwa-membership/51?start=4
このページへ
http://iwanet.org/about/web-professional-standards/
試す:
RewriteEngine On RewriteCond %{QUERY_STRING} ^start=4$ RewriteRule ^iwa-membership/51$ /about/web-professional-standards/ [L,R=301]