-
Notifications
You must be signed in to change notification settings - Fork 22
403 error when trying to login #107
Comments
Hi @jimlongo56, When you access Salty-WordPress it will look into the |
Thanks Joe, When I run vagrant up from Salty-WordPress it launches without any errors and automatically writes this line in /etc/hosts 192.168.50.10 salty-wordpress # VAGRANT: 10b5ed7fa3a1b157813c189a5b3284e1 (default) / 882ce291-e9c8-439e-beea-52117fb393fe Then when I try to access http://salty-wordpress http://salty-wordpress/ I get the error 403 Forbidden nginx/1.4.6 (Ubuntu) Jim Longo | http://jimlongo.com/ | 416.939.9359
|
@jimlongo56 oh hmm, I don't know anything about that line being added to your hosts file, @danielbachhuber did you add that, or is this a default vagrant thing? @jimlongo56 can you try adding |
Hm, doesn't do it for me. |
Is it automatically added by the fact this is installed? vagrant plugin install vagrant-hostsupdate Even if I add the line you asked for, the other one will also get added when I boot vagrant, so now there will be 2 lines with the same IP. Jim Longo | http://jimlongo.com/ | 416.939.9359
|
@jimlongo56 that's not an issue - you can have as many as you want with the same IP, for example, this is my hosts file: |
That works, I can access http://test.dev/ http://test.dev/
|
@jimlongo56 cool, so it seems to be working - so you basically just create whatever projects you want then add that domain to your hosts file. The hostupdater thing is a red herring, given that Salty WordPress doesn't know what domains you want to use it can't be added to the hostfile automatically unfortunately. Is there anything else I can help with here? |
Thanks for the help. Works now except for the humanmade/humanmade username/password
|
Hi, I've installed Salty-Wordpress with VirtualBox on a Mac running 10.10.
When I try to access the url in my /etc/hosts file (or 192.168.50.10 directly) I get a 403 Forbidden error.
The text was updated successfully, but these errors were encountered: