unemployment Posted September 15, 2011 Share Posted September 15, 2011 I need to redirect mysite/join to mysite/join?2e957e My current rewrite condition is failing RewriteRule ^join.php/?$ join?2e957e [NC,L] Quote Link to comment https://forums.phpfreaks.com/topic/247216-need-to-redirect-static-page-to-query-string/ Share on other sites More sharing options...
requinix Posted September 16, 2011 Share Posted September 16, 2011 Try RewriteCond %{QUERY_STRING} ^$ RewriteRule ^join$ join?2e957 [L,NC,R] Quote Link to comment https://forums.phpfreaks.com/topic/247216-need-to-redirect-static-page-to-query-string/#findComment-1269742 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.