重複の可能性:
mod_rewriteユーザーIDエラー
私はこれが欲しい:
example.com/profile.php?ID=username
これに書き直すには:
example.com/username
私はこれを試しましたが、何もしないようです:
RewriteEngine on
RewriteRule ^([a-z]{2,2})/([a-zA-Z0-9_-]+)$ profile.php?ID=$1 [QSA]
私は何が間違っているのですか?
重複の可能性:
mod_rewriteユーザーIDエラー
私はこれが欲しい:
example.com/profile.php?ID=username
これに書き直すには:
example.com/username
私はこれを試しましたが、何もしないようです:
RewriteEngine on
RewriteRule ^([a-z]{2,2})/([a-zA-Z0-9_-]+)$ profile.php?ID=$1 [QSA]
私は何が間違っているのですか?