Can anyone help with this? Why does… RewriteRule ^modules\/videoplayer\/(.*)$ /modules/videoplayer/ $1 [NC,QSA,L] …work and… RewriteRule ^modules\/videoplayer\/?webinar\/(.*)$ /modules/ videoplayer/?type=webinar&id=$1 [NC,QSA,L] …doesn't?