I am looking for design advice…my effort is to add a new email service (mailerlite) to a subdomain. Problem: main domain uses a different email service (mailpoet). I didn’t realize you couldn’t add 2 different services to 1 domain. My host helped me understand. So now from a design point of view I’m not sure what are the best practices here. Should I move my subdomain to a new and separate domain? Should I use the existing email service for both domain and subdomain? Maipoet is a plugin. mailerlite admin would be outside my website dashboard – there’s pros and cons for this. I’m curious what is a standard that developers do here. Any input is welcomed! Thank you in advance!
]]>2019-12-22 09:37:25.966749 [INFO] [30661] [35.196.199.251:46009] File not found [/home/relaxing/public_html/403.shtml]
2019-12-22 08:13:25.417835 [INFO] [30661] [35.243.234.166:39659] File not found [/home/relaxing/public_html/403.shtml]
2019-12-22 06:45:20.311958 [INFO] [30661] [34.74.10.240:58584] File not found [/home/relaxing/public_html/403.shtml]
2019-12-22 00:49:14.176283 [INFO] [30661] [94.9.10.89:55279-Q:0C6E4AC7018A847D-5] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 23:21:39.252091 [INFO] [30661] [144.217.255.89:44109] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 23:05:57.753256 [INFO] [3644] [185.119.81.11:60783] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 14:03:27.839934 [INFO] [3644] [94.9.10.89:54555-Q:3AE6CFFE241853A4-5] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 14:02:54.590839 [INFO] [3644] [94.9.10.89:57041-Q:EA7EC8BDE86E0ACE-7] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 13:45:58.512488 [INFO] [3644] [51.89.198.193:59616] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 13:38:17.620240 [INFO] [3644] [51.89.198.193:59052] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 12:29:55.004101 [INFO] [3644] [35.231.153.251:59636] File not found [/home/relaxing/public_html/403.shtml]
2019-12-21 03:26:22.621070 [INFO] [3644] [51.89.198.193:55306] File not found [/home/relaxing/public_html/403.shtml]
# BEGIN WordPress
# The directives (lines) between BEGIN WordPress
and END WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<files wp-config.php>
order allow,deny
deny from all
</files>
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order deny,allow
deny from all
allow from 123.123.123.123
</Files>
# Leverage Browser Caching by SG-Optimizer
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault “access plus 6 months”
# CSS
ExpiresByType text/css “access plus 1 year”
# HTML components (HTCs)
ExpiresByType text/x-component “access plus 2 months”
# HTML
ExpiresByType text/html “access plus 6 months”
# JavaScript
ExpiresByType application/javascript “access plus 1 year”
ExpiresByType application/x-javascript “access plus 1 year”
# Manifest files
ExpiresByType application/x-web-app-manifest+json “access plus 0 seconds”
ExpiresByType text/cache-manifest “access plus 0 seconds”
# Media
ExpiresByType audio/ogg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType image/svg “access plus 1 year”
ExpiresByType image/svg+xml “access plus 1 year”
ExpiresByType video/mp4 “access plus 1 year”
ExpiresByType video/ogg “access plus 1 year”
ExpiresByType video/webm “access plus 1 year”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresByType application/pdf “access plus 1 year”
ExpiresByType application/x-shockwave-flash “access plus 1 year”
# Web feeds
ExpiresByType application/atom+xml “access plus 1 hour”
ExpiresByType application/rss+xml “access plus 1 hour”
# Web fonts
ExpiresByType application/font-woff “access plus 1 year”
ExpiresByType application/font-woff2 “access plus 1 year”
ExpiresByType application/vnd.ms-fontobject “access plus 1 year”
ExpiresByType application/x-font-ttf “access plus 1 year”
ExpiresByType font/opentype “access plus 1 year”
</IfModule>
# END LBC
# START PHP VERSION CHANGE forced by SG Optimizer
AddHandler application/x-httpd-php70 .php .php5 .php4 .php3
# END PHP VERSION CHANGE
# GZIP enabled by SG-Optimizer
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE “application/atom+xml” \
“application/javascript” \
“application/json” \
“application/ld+json” \
“application/manifest+json” \
“application/rdf+xml” \
“application/rss+xml” \
“application/schema+json” \
“application/vnd.geo+json” \
“application/vnd.ms-fontobject” \
“application/x-font-ttf” \
“application/x-javascript” \
“application/x-web-app-manifest+json” \
“application/xhtml+xml” \
“application/xml” \
“font/eot” \
“font/opentype” \
“image/bmp” \
“image/svg+xml” \
“image/vnd.microsoft.icon” \
“image/x-icon” \
“text/cache-manifest” \
“text/css” \
“text/html” \
“text/javascript” \
“text/plain” \
“text/vcard” \
“text/vnd.rim.location.xloc” \
“text/vtt” \
“text/x-component” \
“text/x-cross-domain-policy” \
“text/xml”
</IfModule>
</IfModule>
# END GZIP
## EXPIRES CACHING ##
## EXPIRES CACHING ##
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 52.17.43.61
# Wordfence WAF
# END Wordfence WAF
# BEGIN WP Performance Score Booster Settings
# END WP Performance Score Booster Settin
Parent Info Domain NS records Nameserver records returned by the parent servers are:
ns1.ukm35.siteground.biz. [‘77.104.149.234’] (NO GLUE) [TTL=172800]
ns2.ukm35.siteground.biz. [‘146.66.104.144’] (NO GLUE) [TTL=172800]
dns3.nic.uk was kind enough to give us that information.
Warn TLD Parent Check WARNING: Looks like the parent servers do not have information for your TLD when asked. This is ok but can be confusing.
Info DNS Parent sent Glue The parent nameserver dns3.nic.uk is not sending out GLUE for every nameservers listed, meaning he is sending out your nameservers host names without sending the A records of those nameservers. It’s ok but you have to know that this will require an extra A lookup that can delay a little the connections to your site. This happens a lot if you have nameservers on different TLD (domain.com for example with nameserver ns.domain.org.)
NS Info NS records from your nameservers NS records got from your nameservers listed at the parent NS are:
ns2.ukm35.siteground.biz [‘146.66.104.144’] [TTL=86400]
ns1.ukm35.siteground.biz [‘77.104.149.234’] [TTL=86400]
SOA Info SOA record The SOA record is:
Primary nameserver: ns1.ukm35.siteground.biz
Hostmaster E-mail address: dnsadmin.ukm35.siteground.biz
Serial #: 2019092703
Refresh: 3600
Retry: 900
Expire: 1209600 2 weeks
Default TTL: 86400
MX Info MX Records Your MX records that were reported by your nameservers are:
10 mx10.mailspamprotection.com 108.163.220.50 108.163.228.170 69.175.69.90 107.6.149.10 107.6.129.66 96.127.176.250 184.154.58.226 184.154.48.170 184.154.208.34 108.178.13.114 96.127.190.2 35.208.244.18 35.208.121.216 99.198.97.42 108.163.201.226 184.154.177.50 (no glue)
20 mx20.mailspamprotection.com 107.6.149.11 108.163.228.171 96.127.190.3 35.202.176.239 108.178.14.82 69.175.69.91 108.178.13.115 96.127.176.251 184.154.48.171 184.154.58.227 184.154.208.35 108.163.220.51 184.154.136.82 104.154.162.117 108.163.201.227 184.154.177.51 (no glue)
30 mx30.mailspamprotection.com 35.232.58.54 108.163.228.172 107.6.149.12 108.178.14.83 96.127.176.252 184.154.208.36 184.154.58.228 108.163.220.52 35.222.126.23 184.154.136.83 96.127.190.4 108.163.201.228 69.175.69.92 108.178.13.116 184.154.177.52 184.154.48.172 (no glue)
[These are all the MX records that I found. If there are some non common MX records at your nameservers you should see them below. ]
WWW Info WWW A Record Your www.relaxingmassagetherapy.co.uk A record is:
www.relaxingmassagetherapy.co.uk -> relaxingmassagetherapy.co.uk -> [ 146.66.104.107 ]
[Looks like you have CNAME’s]
]]>I have a website on www.ads-software.com, and with it email .. lots of emails. I want to leave the emails as-is but change www.ads-software.com settings to allow me to connect to my finished WP site hosted elsewhere.
Just curious ….
1. Do I change A, or MX records to do this?
2. Is there anything I need to change on my WordPress website to make this work?
Thank you so much!
Mike
I’m using WordPress 4.2.2 running SCRN theme.
When the contact form is submitted there is a success message but not emails ever arrive.
I’ve tried sending them to our Google apps email address as well as an iCloud email address, but no luck.
I’ve tried various browsers but no luck
I’ve tried using the contact form built into the theme as well as “contact form 7” and “BWS contact form” all perform the same – success message but no email
I’m using Go Daddy to host the site… I changed one of the MX records to set up the gmail account which seems to be working properly, but maybe I missed something else?
I don’t know what else to check, please help!
thank you!
]]>I’m using Contact Form 7 but this wont send to [email protected] as I’m not hosting their emails.
How do I get around this? I assume it must be a common issue.
Any help would be much appreciated. Thanks
https://www.ads-software.com/plugins/contact-form-7/
]]>I have a GoDaddy hosting account, and I’m using a WordPress site as my website.
My MX records are up to date, and GoDaddy claim my nameservers and everything is else up to date.
Is there any reason why these contact forms aren’t working?
Yes… I have set up my notifications with complete accuracy.
Lifesavers appreciated!!!
]]>Hopefully this will help you find my mistake–
I was NOT able to find Stores>>Domains through my usual route to update my site: goodsteven.com/wp-admin. I looked here forever.
And then–
I was able to find Store>>Domains, when I logged in as goodstevendotcom.wordpress.com/wp-admin.
Then my attempts to Store>>Domains>>Add Email>> always resulted in
“There was an error configuring your Google Apps email account to link it to goodsteven.com.”
So I gave up on this route.
Then I went Store>>Domains>>Edit DNS>> Here I was never able to make any edits to The DNS Stick.
The Google activation code wouldn’t effect changes. And I couldn’t get the the new MX records to stick.
This is what I wanted to change (Google Apps screen shot from yesterday.)
No luck with any of it.
Then I went Store>>Domains>>(bottom of page, “what would you like to do”)>>”make changes to my DNS>>
This led me to Automattic. Here I edited my nameserver with the above MX records (screenshot).
Then my email took hold!
And then everything went to shite because the old goodstevendotcom.wordpress.com became the default (a shell of a website)
and all of the work that went into goodsteven.com . . . well I can’t even find it. I can’t even log into it as I once was able to. Those log in credentials do not work.
Please help me sort this out… Ideal I could restore what I had. I’ve spent so much time linking my social media to specific blog posts (links that only arrive at error messages now.).
]]>