-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
The project not work #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try to execute: composer req apache-pack And try again, please. It's required for running this project on Apache |
It's my fault. I apologize. I read that the project is without additional configuration and I didn't think to read the documentation about how to use symfony with apache. Now works. Thank you so much and sorry. |
@adrix71 Sorry for the confusion! The project requires zero-setup or configuration if you follow the recommended installation/execution process shown in the README. But, if you change the database, or the web server, etc. you'll need to make the needed changes. Luckily the solution proposed by @bocharsky-bw was easy. Closing as fixed then. Thanks! |
This PR was merged into the master branch. Discussion ---------- Require symfony/apache-pack package What about to add `symfony/apache-pack` to this project? We have had a few related issues about missing it: #1069, #1005, #711 . Basically, it's a really small package that just adds `.htaccess` file into public/ dir and that's it. It would help Apache users and does not do any harm to others I think, so why not have it out of the box? Commits ------- 9a2dad5 Require symfony/apache-pack package
Hello,
I tried this project but it doesn't seem intent on working. My Apache web server is configured correctly because I tried the website_skeleton application (and many other project on my server test) and works.
How can I solve it?
This is a screen.
The text was updated successfully, but these errors were encountered: