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.
私が知りたいのは、.htaccess でいくつかのトリック (リダイレクト) を実行できることだけです。
site.org/member/$var > site.org/member/?id=$var のように。
ポイントは、$var の前に ?id (文字列定数) を追加するだけです。
それは次のようなものになります
RewriteEngine オン
RewriteRule (または RewriteMatch)... ...
乾杯。