Replies: 2 comments 3 replies
-
No, this is not a bug, nor an issue. I do agree that there might be a little room for improvement on the install steps. |
Beta Was this translation helpful? Give feedback.
-
With what knowledge that we've both established I am missing am I supposed to place into a PR? Thank you very much for slamming the door in my face. Times two. |
Beta Was this translation helpful? Give feedback.
-
404 on new install
Not Found/404 when attempting to go to url
Running apache 2.4 on Debian 12
Steps to reproduce the issue
Steps to reproduce the behavior:
composer install --no-dev
npm install to install
npm run build
php artisan key:generate
php artisan migrate
sudo chown -R www-data:www-data
on lychee dirnavigated to my the url and saw a 404 page.
I'm missing a step related to my apache conf file for lychee
lychee.conf
Followed along with https://lycheeorg.github.io/docs/installation.html#apache and https://lycheeorg.github.io/docs/upgrade.html#using-apache as possible.
Beta Was this translation helpful? Give feedback.
All reactions