Forum Moderators: phranque
Please help me to rewrite /
I try using this: RewriteRule ^/$ /index.php?module=abc [L]
But It didn't work.
Thank in advance.
So the pattern will be "^$" instead of "^/$"
Jim