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

ERR_TOO_MANY_REDIRECTS #15

Open
ApiFlier opened this issue May 21, 2023 · 2 comments
Open

ERR_TOO_MANY_REDIRECTS #15

ApiFlier opened this issue May 21, 2023 · 2 comments

Comments

@ApiFlier
Copy link

ApiFlier commented May 21, 2023

I clone it, run the composer command, copy the config.example.php to the root and rename it to config.php and change the general to

'general' => [ 'base_url' => 'http://MY-DOMAIN-NAME-HERE.com', 'language' => 'en', 'assets_url' => '/vendor/hansschouten/phpagebuilder/dist', 'uploads_url' => '/uploads' ],

then change the storage settings to MySQL database, then try to load the page and I get ERR_TOO_MANY_REDIRECTS

SERVER_SOFTWARE = Apache/2.4.52 (Ubuntu)

@HansSchouten
Copy link
Owner

HansSchouten commented May 21, 2023

Are you sure the base url needs to be http and not https? In this case debug to which URL it tries to redirect, or perform a free online http headers check.

@ApiFlier
Copy link
Author

Did not think about that, but did try changing it. Both give me a 301 status

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

2 participants