Odd mod_rewrite issue
Hi everyone,
I’m coming across this weird RewriteRule issue and don’t know how to remedy it.
Although mod_rewrite works like I want it to on other directories in my site, when I try to write the simple rule below, the GET variable is not stored.
Code:
RewriteRule ^account/([a-z]+)$ account.php?mod=$1 [NC]
After messing around with the code a bit, I realized [...]
