Search results

  1. D

    [Solved] mod_rewrite too greedy?

    worked great [SOLVED] Thank you. It was the obvious solution but I could not see it. I did not knew you support .htaccess in LSWS so I've copied rules from .htaccess and I've spent some time until I've figured out that used in LSWF needed the / in front of the rule in order to work - but...
  2. 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