【发布时间】:2021-04-10 19:38:51
【问题描述】:
我需要帮助来制定这个 htaccess 重写规则
假设我有这个网址http://test.com/new.php?code=6789767897879&channel=1432
我需要将其设为http://test.com/live/6789767897879/1432.m3u8,其中代码和频道号是可变的
到目前为止,我尝试了这个,但没有找到任何页面。
RewriteEngine On
RewriteBase /
RewriteRule ^/live/(.*)/(.*)?$ /new.php?code=$1&channel=$2
对不起,我是初学者。任何努力都值得赞赏。再次感谢
【问题讨论】:
标签: apache .htaccess mod-rewrite url-rewriting friendly-url