Email Management: Email Storage and Sending Limits
Our email servers impose certain email limits in order to help maintain a healthy and functioning email system. These limits refer to any email-related activities handled exclusively with our email servers. G Suite has its own, separate email limitations.
SetupManagementScripting: Introduction to PHP
PHP (Hypertext PreProcessor) is a popular coding language that is powerful enough to work with a database and dynamically generate website content. WordPress is the most popular website builder that uses PHP. Files that are written in php code end with the ".php" file extension (example: file-name.php).
CGI Scripted LanguagePHPUsing visitor statistics to monitor your site
This article explains the difference between log files and statistics, explains some basic terms that statistics use in the reports, presents the different statistics tools available, and where to find more help for each, shows how to change settings, and provides some troubleshooting techniques.
Starter GuideForm Email
This article shows how to use html tags to create a form on your website, which when filled out and submitted by visitors is then sent to a specified email address with the results.
CGI Scripted LanguageCommon TasksScripting: How to Designate the PHP Session Save Path
The PHP Session Save Path is the directory path that your PHP driven websites (such as those built using WordPress) store their temporary information whenever a visitor uses the site. Having the correct Session Save Path is vital for allowing various functions and features to work on your website, such as customer logins or shopping carts.
CGI Scripted LanguagePHPScripting: How To Set Default Page Priority
When there are conflicting 'home page' file types in the same directory, your hosting account uses a priority list to determine which one should be displayed. If you have a Linux hosting account, you can change this priority list using .htaccess.
htaccess EditorhtaccessUsing CGI
This article explains what CGI is, shows how to reach some common scripting tools, warns about some script restrictions, and guides through most common troubleshooting issues.
CGI Scripted LanguagePerl