How to change PHP max input vars
2. Navigate to: Advanced > Developer Tools
3. Navigate to the "php.ini editor" section
4. Click Add directive
5. Enter "max_input_vars" into the Directive field and the desired memory size in the Text field. eg. 1000, 5000, 10000

Related Articles
How to change the PHP version
1. Open up the website control panel https://control.guarana.host 2. Navigate to: Advanced > Developer Tools 3. Navigate to the "PHP" section 4. Select the PHP version you're after
How to change PHP memory limit
1. Open up the website control panel https://control.guarana.host 2. Navigate to: Advanced > Developer Tools 3. Navigate to the "php.ini editor" section 4. Click Add directive 5. Enter "memory_limit" into the Directive field and the desired memory ...
How to change webmail responses to HTML
1. Open up webmail. 2. Go to Settings. 3. Go to Preferences. 4. Go to Composing Messages. 5. Change "Compose HTML messages" to "always". 6. Click Save.
Nameserver Setup
Login to your domain registrar control panel Find the domain you want to change Navigate to the nameserver settings Change the nameservers to the following dns1.guarana.host dns2.guarana.host dns3.guarana.host dns4.guarana.host
Website redirect to new domain
So you have a website on Domain A and you want to redirect all traffic including sub pages to Domain B. Eg. domain-A/contact > domain-B/contact So what you would need to do is the following: Point Domain A at Domain B’s web server Add Domain A to ...