kirill578 Posted February 25, 2011 Share Posted February 25, 2011 How do I redirect this: http://maadif.co.cc/stuff/#!/18 to here http://maadif.co.cc/stuff/?id=18 * 18 is a variable I have tried \/ but it doesn't work (it doesn't set the value) Options +FollowSymlinks RewriteEngine on RewriteRule ^sutff/#!/([0-9]+) http://maadif.co.cc/stuff/?id=$1 [R,NC] Link to comment https://forums.phpfreaks.com/topic/228775-htaccess-redirection-with/ Share on other sites More sharing options...
fxuser Posted February 25, 2011 Share Posted February 25, 2011 maybe its the type on the third line of the code? the sutff should be stuff RewriteRule ^stuff/#!/([0-9]+) http://maadif.co.cc/stuff/?id=$1 [R,NC] Link to comment https://forums.phpfreaks.com/topic/228775-htaccess-redirection-with/#findComment-1179526 Share on other sites More sharing options...
kirill578 Posted February 28, 2011 Author Share Posted February 28, 2011 It wasn't the problem.. some other ideas? Link to comment https://forums.phpfreaks.com/topic/228775-htaccess-redirection-with/#findComment-1180805 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.