0
htaccess是否支持接受變量的swf文件?swf文件的htaccess
我有這個SWF網址...
http://subdom.domain.tld/subfolder/live.swf?stream=rtmp://stream.domain.com/application&provider=rtmp&file=streamname&autostart=true
我想這是作爲改寫 http://subdom.domain.tld/subfolder/assignedname/
到目前爲止,這是我寫在.htaccess文件
RewriteEngine On
RewriteRule ^kwt/?$ live.swf?stream=rtmp://stream.domain.com/application&provider=rtmp&file=streamname&autostart=true [NC,L]
它似乎重寫到SWF文件,因爲瑞士法郎正在顯示,但由於某些原因變量無法識別。即使在RewriteRule中將自動播放變量設置爲true,它也不會自動播放。
我的代碼有什麼問題,或者無法在swf文件中完成?
我看...謝謝 – Wayne 2012-04-13 11:54:15
沒問題。如果你認爲這個答案是合適的,如果你願意,可以點擊左邊的複選標記來隨時接受它。歡迎來到堆棧溢出! – 2012-04-13 11:54:49