Need to redirect static page to query string

I need to redirect mysite/join to mysite/join?2e957e

My current rewrite condition is failing

RewriteRule ^join.php/?$ join?2e957e [NC,L]

If you want to redirect mysite/join, why does you rule say mysite/join.php ? :wink:

Ha true… I actually fixed this in the php. I guess I didn’t need mod_rewrite.