Hi, this is a line in my .htaccess file : RewriteRule entry(.*)-(.*)-(.*)\.htm$ index.php?page=$1&get_id=$2&category=$3 Code (markup): But I cant understand what its doing, I searched many tutorials on htaccess but they all have a ^ and a $ after the (). Can anyone help me understand this? Thanks.