我需要将通配符 url 的内容显示到其特定的子文件夹..
例如
现在http://youbridge.info/watchvideosonline/random-hello.html
正在显示主页的内容,而不是我需要显示那个特定的subfolder/index.php
内容(即内容http://youbridge.info/watchvideosonline/
)
我尝试了下面的代码,但它不起作用
RewriteRule ^([^/]+)/?$ index.php?filter=$1 [QSA,L]