Search results

  1. D

    [Solved] mod_rewrite too greedy?

    I have this rule into LSWS: RewriteRule /([^/.]+)-article/?$ /index.php?action=article&author=$1 [L] RewriteRule /([^/.]+)/([^/.]+)-article/?$ /index.php?action=article&author=$1&article=$2 [L] If published in this order, will trigger 1st rule instead of 2nd rule for...
Top