私はリンクを持っています:domain.com/activate/それは機能します、アクティブ化ページで私はフォームを取得します。そして、それを実行すると、次のようになります:domain.com/activate/?code=heresomecodething
しかし、それは機能しません。私の元のURLは次のとおりです。domain.com/index.php?p = activate&code = heresomecodething次のように機能させたい:domain.com/activate/code=heresomecodethingどうすればよいですか?
私のhtaccess:
RewriteEngine On
RewriteRule ^(.*)/$ index.php?p=$1 [L]
あなたが私を理解してくれることを願っています。
ありがとう!--Marijn