You can use the /robots.txt file to give instructions about your site to web robots; called The Robots Exclusion Protocol. How it works: a ...
Author: Level 1 Support
M3CDN and Firewall FAQM3CDN and Firewall FAQ
> Can you explain how the bandwidth is used less? Also how speed is increased? Those are very good questions, ...
Enable or Disable Mail Server via M3 Admin Control PanelEnable or Disable Mail Server via M3 Admin Control Panel
Log in to your M3 Admin Control Panel EXAMPLE: https://servernamehere.m3xs.net/adm/ Note: Put your server name where it says yourservername in the ...
How to setup Android Mail AppHow to setup Android Mail App
The following blog entry will help you configure your Android device mail app settings. 1) Select Mail App 2) Click ...
Advanced Spam Filter InstructionsAdvanced Spam Filter Instructions
Summary of spam filter imap folders for processing: Spam – Bulk email detected by our system as “probable spam” is ...
Disable WordPress CronDisable WordPress Cron
How often should wp-cron.php run? How often do you update or tend to your website? As a rule if you ...
Crontab ReferenceCrontab Reference
Crontab syntax : A crontab file has five fields for specifying day , date and time followed by the command ...
Connecting to Database via MySQL WorkbenchConnecting to Database via MySQL Workbench
You will need to open a Support Ticket with M3 Server. CLICK HERE to open ticket. M3 Server will need ...
Prevent Hotlinking Static Content On Your SitePrevent Hotlinking Static Content On Your Site
Add this to your .htacces file. RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^https://(www\.)example.com/.*$ [NC] RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|png|css|pdf)$ - [F] ...