Hello everyone,
I apologize for my poor English.
I recently discovered WordOps and I really like it.
I rented a VPS on Contabo to start studying it but, on a fresh installation, it gives me a serious problem.
I'm on an Ubuntu 22.04.1.
If I create a site (see after the command) it gives me an error for too many 301 redirects.
The commands I gave to prepare the VPS are the following:
- apt update
- apt upgrade
- wget -qO wo wops.cc && sudo bash wo
- wo stack install
- wo site create vmiXXXXX.contaboserver.net -le (where vmiXXXXX.contaboserver.net is the full hostname of my machine on Contabo)
- wo stack install --ufw
While preparing the site I give the following commands:
- export CF_Key = "mykey"
- export CF_Email = "myemail"
- wo site create yourdomainsitehere --wp --php74 -le --ngxblocker --dns = dns_cf --user = youruserhere --pass = 'yourpasswordhere' --email = youremailhere
At this point:
I log into the administration panel correctly.
It gives me an error for too many 301 redirects when I try to access the site.
Thanks in advance 🙂