Jump to content

Long mod_rewrite not working completely


StreamMe

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/95759-long-mod_rewrite-not-working-completely/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.