abetterstory / abetter-wordpress

A Better Laravel + Wordpress integration, for exceptionally fast web applications
https://www.abetterstory.com
MIT License
10 stars 4 forks source link

Too many redirections : ERR_TOO_MANY_REDIRECTS #2

Open taliesinpenbardd opened 4 years ago

taliesinpenbardd commented 4 years ago

Hey, I'm quite interested in your project, and I tried my hand at it, but I cannot make it work. I've followed the steps you provided, but when I type the page (http://abetter.test), I get redirected to http://abetter.test/wp/wp-admin/install.php which only show a warning that the redirection cannot be finalized (ERR_TOO_MANY_REDIRECTS).

I'm on Mac OS 10.15.2, using Valet plus (a fork of Laravel Valet specifically used for WP) (MySQL 5.7 / PHP 7.2 / Nginx). Since it's not a vanilla Laravel Valet, I tried using different Valet Drivers (Basic, Laravel) but that didn't change anything...

Any idea on how I could troubleshoot that? Thanks by advance!