Forum Moderators: phranque
I have the following RewriteRule:
RewriteRule ^cat/(.*)$ cat.php?q=$1
But when accessing the following cat:
[domain.com...]
$_GET['q'] in cat.php becomes "Internet" and not "Internet & IT" as expected.
Why is that? And how can I avoid it?
Leif