Hi there,I'm running v1.9.12 on a WampServer. Actually if a login as User or Agent i have to access to /osTicket/upload/login.php or /osTicket/upload/scp/login.phpI don't want that from outside the path /upload/ or /upload/scp is visible so before publish it to my domain I want to do the next:Instead of access to those urls, the user will acces to: http://mydomain.com/support/login.phpI know that i have to configure my Apache first to redirect, and later the Helpdesk url, but i don't know how to do it. Thank you