Hey guys,
I have osTicket installed and is being used by our internal support staff. Since we do not want the end-users/public users to submit ticket online, I configured the osTicket installation as a virtual-host in apache as below
ServerAdmin admin@host.com
DocumentRoot "C:/webserver/apache/htdocs/osticket/scp"
ServerName osticket
ServerAlias osticket.host.com
So when the support staff go to osticket.host.com, the SCP page loads instead of the default "Support Center Ticket Tracking"
But the problem is, with this configuration, we are unable to check the status of the tickets based on this:%url/view.php?e=%email&t=%ticket because now the url is: osticket.host.com/osticket/scp/view.php?e=email@host.org&t=XXXXX
is there any way around this?
Looking forward to your suggestions and comments :)
Thanks!