StreamMe Posted March 12, 2008 Share Posted March 12, 2008 RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([_A-Za-z0-9-]+)/v/?$ /stream/flvplayer.swf?file=http://streamme.tv/uploads/$1.flv&image=http://streamme.tv/uploads/thumbs/$1.jpg&id=&backcolor=0x000000&frontcolor=0xFFFFFF&lightcolor=0x00FF00&screencolor=0x999999&logo=http://streamme.tv/sm.png&rotatetime=5&recommendations=http://streamme.tv/rec.php&link=http://www.streamme.tv/stream.php?vid=$1&linktarget=_blank&thumbsinplaylist=false&autostart=true [L] RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([_A-Za-z0-9-]+)/?$ /profile.php?redir=$1 [L] This gives me the flvplayer.swf, however it seems none of the parameters are being passed. I included two rewrites, the first one is the one I have a problem with, the second works perfectly as usual. Can anyone see how this is not working? im not super good with the mod_rewrite. Quote Link to comment Share on other sites More sharing options...
powerspike Posted March 18, 2008 Share Posted March 18, 2008 ok hopefully it is as easy as it seems change the[L] to [L,QSA], and you might need to remove the ? off the end of the search urls (the string directly after the Rewrite rule). hopefully that'll fix it right up for you. Quote Link to comment 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.