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] 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] 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
Archived
This topic is now archived and is closed to further replies.