Forum Moderators: coopster
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
[example.com...]
Seems to me that there is something wrong in PHP or in my RewriteRule. What do you think?
[edited by: jatar_k at 3:36 pm (utc) on April 20, 2004]
[edit reason] examplified url [/edit]
Also, you might want to try using underscores rather than spaces, followed by an html file extension. Internet%20%26%20IT doesn't look nearly as clean as Internet_and_IT.html