I just setup Osticket on fedora and I'm having problems with creating Virtual host. With IIS this is a very simple setup, with Apache its not as easy. I'm having to use the following links to get to the admin and public ticket page.
http://admin.xxxxxxxxxx.com/osticket/upload/scp/admin.php(http://admin.xxxxxxxxxx.com/osticket/upload/scp/admin.php)
http://support.xxxxxxxxx.com/osticket/upload/index.php(http://support.xxxxxxxxx.com/osticket/upload/index.php)
I would like to use the following links to get to the pages:
http://admin.xxxxxxxxxx.com(http://admin.xxxxxxxxxx.com)
http://support.xxxxxxxxx.com(http://support.xxxxxxxxx.com)
But when I create a Virtual host, nothing works. I type in the following http://admin.xxxxxxxxxx.com(http://admin.xxxxxxxxxx.com) and it takes me to a page that displays the following:
Index of /
Name Last modified Size Description
osticket/ 09-Feb-2010 06 -
Here is the config file:
allow from all
Options +Indexes
DocumentRoot /var/www/html/osticket/upload
Any help would be appreciated.
thanks,