I am having an issue which i am sure there is an extremely easy fix for (just a little bit out of my knowledge of regular expressions).
Basically i have two rules, and they conflict with one another, so only one or the other will work, not both, below are the 2 rules:
Code:
RewriteRule ^(.[^\/]*)/articles($|/$) /index.php?action=list_user_articles&p=$1 RewriteRule ^search/articles($|/$) /index.php?p=search_articles
Leave a comment: