meta-environment
meta-environment copied to clipboard
403 forbidden to wordpressorg.dev network sites
Issue is similar to #67 However, I was receiving 403 Forbidden on Wordpressorg.dev network sites. Workaround I did to be able to access is,
$ vagrant ssh
$ cd /srv/www/wordpress-meta-environment/wordpressorg.dev/public_html/wordpress
vagrant@vvv:/srv/www/wordpress-meta-environment/wordpressorg.dev/public_html/wordpress$ wp core download
vagrant@vvv:/srv/www/wordpress-meta-environment/wordpressorg.dev/public_html/wordpress$rm -rf wp-content/
Hmmm, was the wordpress directory empty before you ran wp core download?
If you still have the provision log in your terminal backscroll, would you mind dumping it into a Gist and adding a link here?
Yes, wordpress/ directory was empty before . Terminal was closed so nothing was in backscroll, But I have reproduced the error and here are the provision logs. https://gist.github.com/vineettalwar/8a4d4df71e1ba7fd16f2b4cc814c685a
Found same issue with wordpresstv.dev as well.
on
$vagrant ssh
vagrant@vvv:/srv/www/wordpress-meta-environment/wordpresstv.dev/public_html/wordpress$
this folder is found empty.
Unfortunately that Gist just shows what's happening when the provisioner tries to update an existing site. What we need is to see what happens when it tries to create the site for the first time.
To do that, you'll need to:
rm -f wordpress-meta-environment/wordpressorg.dev/public_htmlrm -f wordpress-meta-environment/meta-repository/wordpress.org/public_html/.gitignoregit -C wordpress-meta-environment/meta-repostiory/wordpress.org/public_html clean -dff
...and then
vagrant provision
@iandunn What needs to be fixed here? I have created an issue so that we can see that new features get applied to existing installations #110