GHengeveld |
|
---|---|
I believe your RewriteCond only matches the exact 'xxxxxxxx' string, not if it's preceded by something else (e.g. plug.php&e=¶=). 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. |