Hi all,I have been trying to get osTicket installed on a CentOs 7 vm (hyper-v guest)I have XAMPP (with php 5.6) installed and it is working, if I browse to localhost I get the XAMPP dashboard and I can click thorugh to myphpadmin, which seems to be working fine.I copied the files from the zip to the /opt/support file and made the symbolic link to var/www/html/supportwhen I try to go any further by browsing to localhost/support I get " Object not found" 404 errorI have tried to follow the different installer how-tos around the web - though each is pretty different - and Im stuck in the same place. what I dont understand is if XAMPP is working why does it not find the files in var/www/html/I would appreciate any help

404 means that the web page that you are trying to reach could not be found on the server.If this has been working previously I would think that someone had the webserver pointed to the wrong place in the local file system and moved the files.  Since this is a new setup I suspect that the path is wrong, and your webserver (I presume Apache2) is not finding the files to serve.  Which I think would be a http config issue or a .htaccess or permissions.Edit: as an after thought since you are running CentOS are you also running SELinux?  If so it might be blocking access to the content.

To tell the truth Im a noob and no doubt all of the point you have mentioned are the issues

Hey, so I got this sorted,I ddjnt have the directories or the virtual hosts setup correctly.

Maybe this is interesting for you (if you are still using SELinux):http://forum.osticket.com/d/discussion//installation-for-centos-with-https-and-selinux-enabled#latest

Write a Reply...