Skip to content
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

When I go to http://symfony.local/ I get 403 forbidden #1

Open
maykino opened this issue Oct 6, 2017 · 7 comments
Open

When I go to http://symfony.local/ I get 403 forbidden #1

maykino opened this issue Oct 6, 2017 · 7 comments

Comments

@maykino
Copy link

maykino commented Oct 6, 2017

screen shot 2017-10-05 at 5 59 27 pm

@thom8
Copy link
Member

thom8 commented Oct 8, 2017

Can you try vagrant reload then try again?

could be an issue with the handler which restarts the web server to pick up the virtual hosts file

@thom8
Copy link
Member

thom8 commented Oct 8, 2017

OK, looks like the installer doesn't like being run as root, fixed in -- c6927f8

@rwitchell
Copy link

i'm still getting this error. running beetbox 0.8.1

@rwitchell
Copy link

is it also possible to add a test to your repo which checks for the "welcome to symfony!" string when you visit the symfony.local page?

@rwitchell
Copy link

rwitchell commented Oct 22, 2017

i have php_version: "5.6" in my .beetbox/config file, and i've reload&& provison. within SSH, php -v is outputting php 7.2.0RC3
--> i'll move this to a new Issue.

@maykino
Copy link
Author

maykino commented Oct 22, 2017

@rwitchell
Copy link

need to add "web/" to the URL.

changing beet_web from
beet_web: "{{ beet_root }}/{{ symfony_project_name }}"
to
beet_web: "{{ beet_root }}/{{ symfony_project_name }}/web"

has made it work.

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

3 participants