Форумы / Cotonti / Support / Rewrite rule to "kick in" before default Cotonti response?

GHengeveld
#33520 12.03.2012 23:55

I believe your RewriteCond only matches the exact 'xxxxxxxx' string, not if it's preceded by something else (e.g. plug.php&e=&para=). This is because ^ indicates the beginning of the string, while $ indicates the end. Actually I think you don't need a RewriteCond at all.

Can you explain what you're trying to achieve here? I'm having a hard time understanding the exact problem.