Skip to content

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

Closed
ghost opened this issue Jun 30, 2019 · 3 comments
Closed

The project not work #1005

ghost opened this issue Jun 30, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 30, 2019

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.

Schermata del 2019-06-30 21-37-46

@bocharsky-bw
Copy link
Contributor

Try to execute:

composer req apache-pack

And try again, please. It's required for running this project on Apache

@ghost
Copy link
Author

ghost commented Jun 30, 2019

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.

@javiereguiluz
Copy link
Member

@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!

javiereguiluz added a commit that referenced this issue Jan 22, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants