adeyjones
- Total activity 99
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by adeyjones-
It definitely sounds like there is something up with the DNS configuration that is keeping those domains from being proxied to the new machine. You can always submit a ticket to our team to have ...
-
Hi @cPRex and @rbairwell So I transferred the second of my 3 accounts and the same thing happened, the .co.uk domains loaded fine and the .nhs.uk domains would not, until I unsuspended the account...
-
Unsuspending the account on the remote server brought these sites back online - so why would those domains with NS records pointing to the remote server load fine on the new server, but the domains...
-
Unfortunately this doesn't seem to have gone to plan. I have transferred one of these accounts, and the .co.uk domains where the nameservers are still pointing to the remote server, they are loadin...
-
Perfect, thank you. That's what I thought, I just wanted to double check because I have 200+ NHS websites across 3 accounts and it was going to be a nightmare trying to co-ordinate with NHS England...
-
Thanks for the reply as always Rex. Unfortunately Cloudflare isn't an option for me. Re mod_evasive, turns out I mustn't have restarted apache, I thought this was done when saving changes in EasyA...
-
It was in the message header from the recipient server, however they're both WHM/cPanel servers (both mine), was an email from one of my servers (hence root access alert) being sent to my own accou...
-
Hey @cPRex - I have checked the IP at mxtoolbox.com and that's all fine. I can confirm the ports are still set as default 80/443. Regarding rDNS, I remember someone on this forum helping me a c...
-
I think i've cracked this, I installed Bash completion via terminal, created an executable and used the following: for i in ./*/ do if [ "$i" == "./cgi-bin/" ] ; then continue fi cd "$i"; echo $PW...
-
With a bit of trial and error, even as root user and not account owner, i've come to the conclusion that it accepts the first wildcard (to find the directory it needs to rename) but it doesn't like...