If your website or wp-login page is giving a “too many redirects” error in the browser, many times it’s caused by an SSL mishap, proxy configuration, or plugins. Let’s take a look at the way to fix these most common causes! Cloudflare Infinite Redirects If you have your domain behind Cloudflare nameservers, and you are…
Tag: WordPress
Sending email from a WordPress website hosted on an IONOS server
By default, if you send an outgoing email from WordPress with the default configuration, it will automatically use PHP’s “sendmail” function in order to send an email from the locally hosted SMTP application on the server with no authentication. In most cases this is not the ideal way to send out email, and can cause…
How to increase Upload Max Filesize
Are you having issues uploading large files? Do you receive an error about exceeding a maximum upload file size? Are you trying to increase the upload max filesize for a WordPress website, or PHP website? The best way to increase the PHP Upload Max Filesize is by creating or editing a PHP.ini file in the…