I have a login script using PHP. The variables for login in and out are
log.php?do=in and log.php?do=out
I would like to change this to log/in and log/out if possible.
Im really struggling to understand .htaccess and the rewriting at the moment ^^