hi, where do I put my own rewrite rules in the htaccess file in order to have them work? I have one rewrite rule that works until Amember inserted its own htaccess script. my rule is : RewriteEngine On RewriteBase / RewriteRule ^([a-z0-9]+)/([a-z0-9-]+)/$ content/content.php?cat=$1&color=$2 [NC,L] thanks
You should place this before amember code. But I believe you should rewrite your rule and add several conditions so it will parse only own requests. For example I believe with current rule /amember/admin/ requests will be handled incorrectly.