Page 1 of 1

Navigating to my server IP adres gives wrong directory

PostPosted: 23. March 2015 10:22
by rvoosterhout
Hello.

For a school project I have to set up a osTicket helpdesk. Now i'm using the lates version of XAMPP. The installation went well, but when i navigate to my server's ip adress from a workstation, it directly goes to the xampp directory. I need it to go to the osTicket directory. How do i fix this?

The server is windows server 2008, xampp is v.5.6.3.

Re: Navigating to my server IP adres gives wrong directory

PostPosted: 23. March 2015 12:34
by Nobbie
Either move the osTicket folder to the htdocs of xampp and call your server via http://yourserver.xxx/osTicket, or change DocumentRoot in httdp.conf to point to the osTicket folder and restart Apache.

Re: Navigating to my server IP adres gives wrong directory

PostPosted: 23. March 2015 13:01
by rvoosterhout
Yes, changing the documentroot in httpd.conf worked! Thanks!!