Describe the bug
When using the install.sh script, going to the server just sends you to the apache default page
To Reproduce
Steps to reproduce the behavior:
Attempt to use the install.sh script
Expected behavior
Going to the snipeit setup page
Screenshots
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
The fix for this is currently in the dev branch, you can delete the default page that starts with 000 and rename the snipeit config by putting 000 in front.
where is this file located
It's in the develop tree _https://github.com/snipe/snipe-it/tree/develop_ , here are the commands
mv /etc/apache2/sites-enabled/000-default.conf /etc/apache2/sites-enabled/111-default.conf
mv /etc/apache2/sites-enabled/snipeit.conf /etc/apache2/sites-enabled/000-snipeit.conf
Thanks Earl, that fixed everything
Most helpful comment
It's in the develop tree _https://github.com/snipe/snipe-it/tree/develop_ , here are the commands
mv /etc/apache2/sites-enabled/000-default.conf /etc/apache2/sites-enabled/111-default.conf
mv /etc/apache2/sites-enabled/snipeit.conf /etc/apache2/sites-enabled/000-snipeit.conf