You could use a regular expression with a negative lookbehind. For example: ~^/course/[^?]*(?<!\.(jpg|png|gif))([?]|$) ...
確定! 回上一頁