I can't access my osTickey site
Last 3 day(2/4/2021) I am finished install and i can access to setting, create ticket, delete, and so on
Last 2 day(3/4/2021) I am not do anything about the server or any configuration via CMI or web page
This day(4/4/2021) I can't access my osTicket and i found 404 not found
How to solve for this issue ? or how to fix it
This is installation and any file path about osTicket /var/www/html/osTicket
This is osticket.conf
cat osticket.conf
<VirtualHost *:80>
ServerAdmin xxxxxxxxxxxxxxxxxxxxxx
#DocumentRoot "/var/www/osTicket/upload"
#DocumentRoot "/var/www/html/osTicket/upload"
DocumentRoot "/var/www/html/osTicket"
ServerName xxxxxxxxxxxxxxxxxxxxxxx
ErrorLog "/var/log/httpd/error_log"
CustomLog "/var/log/httpd/access_log" combined
#<Directory "/var/www/html/osTicket/upload">
<Directory "/var/www/html/osTicket">
DirectoryIndex index.html index.php
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>