meta-environment icon indicating copy to clipboard operation
meta-environment copied to clipboard

403 forbidden to wordpressorg.dev network sites

Open vineettalwar opened this issue 9 years ago • 5 comments

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/

vineettalwar avatar Sep 06 '16 10:09 vineettalwar

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?

iandunn avatar Sep 06 '16 17:09 iandunn

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

vineettalwar avatar Sep 06 '16 18:09 vineettalwar

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.

vineettalwar avatar Sep 06 '16 22:09 vineettalwar

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_html
  • rm -f wordpress-meta-environment/meta-repository/wordpress.org/public_html/.gitignore
  • git -C wordpress-meta-environment/meta-repostiory/wordpress.org/public_html clean -dff

...and then

vagrant provision

iandunn avatar Sep 06 '16 22:09 iandunn

@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

grappler avatar Nov 19 '17 21:11 grappler