Hi,
I'm trying to get Apache to rewrite URLs based on this simple need:
convert this: /somedir/help/chat
to this: /somedir/help/index.php?on=chat
I want to use an .htaccess file on /somedir/help, but I can't seem to find the proper config for mod_rewrite... I've tried with this (remember its...