Everything posted by 123 IT Solutions
-
Please help me to setup cloudflare free ssl certificate
Is your website built using something like WordPress? If so then you need to change the configuration so that the URL is https (there are lots of articles on WordPress forums on how to do this. If you use a different website app then you will probably find the same thing is true. Without knowing the domain name it is difficult to make further suggestions. I hope that points you to the right solution :-)
-
Looking for advice on domain selling
A domain is only as valuable as the person who wants to purchase it... just because that site said it was worth that much means nothing doesn't mean you will ever get that price especially as anyone wanting something like that could register a similar one with a spin on letters or extension. Good luck with selling your domain name though and I hope you get a reasonable amount for selling it :-)
-
Trouble with website email being treated as spam
It could be several things. a)That servers address is blacklisted - a shared hosting environment will unfortunately have people sending out vast amounts of email some of which is spam that will get the server blacklisted. b)Your domain name has no sender policy records (also know as SPF records) c)Your email contains spammy words. If you let us know what the domain name is or you can check it by using a tool such as http://mxtoolbox.com/spf.aspx If that tool shows that you do not have any SPF record then I would ask your hosting provider to get one setup (you can probably do that through a control panel) Don't forget that the SPF record needs to include all locations/servers that send email for your domain name. Look at the headers of the message that is in the spam folder and it usually tells you why it was scored as spam. http://mxtoolbox.com/Public/Content/EmailHeaders/
-
Slow Response Time
Log on to the server using root access and use top to see what resources are being used while you request the website. You can see cpu and ram usage of every process on the server.
-
WordPress force HTTPS and change all HTTP links to HTTPS?
Yep.. looks like you need to change the links for all your uploaded images to https:// (and the favicon link) I *think* there maybe a plugin for WordPress that does this already so it would be worth having a look before you go through ever single page. If you know what your doing with mysql you could dump the database out, make the changes using search and replace, then re-upload it again.
- Wordpress Hosting, php files and confusion
-
Cross Domain Canonical Tag
Do you mean the 4 sites are geographic versions of almost identical content? https://support.google.com/webmasters/answer/189077?hl=en
-
Uptime Monitoring
I have a seperate VPS in another data centre that has monitoring software installed. I get SMS and emails alerts and it also links in with an iOS and android app for graphs. It lets me monitor almost anything incudeing content changes and changes in page load time.
-
DNS Question
That is correct.... you will need for the DNS to update before access the admin panel.... if you are familiar with hosts files on your computer you can override dns locally to gain access.
-
Transfer hosting account to owner?
You will have problems moving the hosting to 1and1 as their system will not allow a domain to be configured for hosting in multiple accounts (which one do they show?!) Your best bet is to back up everything (files and databases) delete the domain from the hosting package and then get your client to setup the domain in theirs. There will be downtime while DNS updates. Alternatively get them to host somewhere else so the domain can at least be setup and then all data copied over and the DNS changed with no downtime.
-
Easy backup VPS
I don't think there will be something out of the box as S3 is primarily API driven meaning you will need to code a solution to dump a copy of the database and then upload to S3..... I havent used this https://www.webniraj.com/2013/03/24/using-amazon-s3-to-backup-your-server/ method for many years but it should still be valid for you to get started.
-
Hosting Help Please!
99% of webhosts will allow this. You just need to FTP up your HTML files from your computer. Most hosts will also provide a file manager so you could edit and write the code directly from the control panel. Thanks to @@nfc212 you already have a list of web hosts to get you going. Happy coding! :-)
-
DNS Question
The name servers are still at Godaddy http://mxtoolbox.com/SuperTool.aspx?action=mx%3ans%3agetmoneyadvice.co.uk&run=toolpage# I still get the godaddy holding page. I would submit the change again and then hold off any more changes for 12 hours. Godaddy seem to take an age to make the changes (they must queue them up or something)
-
Email harvesters becoming stronger!
You could always use Cloudflare who will protect email addresses automatically.
-
Unable to load a website
Sounds DNS related to me..... try setting your computer to use Google's DNS servers instead of your assign ones when you connect to the network. Google's DNS servers are 8.8.8.8 & 8.8.4.4 (Works fine for me BTW)
- www. prefix makes my site blank
-
Web form Hotmail issue
Shouldn't the line $from = 'FROM: Website Contact Form'; be an actual email address? That could be why its being rejected.
-
IPS Tag Change Charges
Unfortunately they are one of the few company's that charge for this. Seems mad that they do as it costs them nothing especially as customers have control panels so there is no manual intervention required. Just make sure that whoever you use doesn't have any hidden charges for moving away.
-
Dear Moderators
I laughed, snorted and swallowed at the same time :-) I realise its a Muppet thing to do but this thread just hit my humorous spot!
-
Please help set up SMTP mail server (Win Server 2008)
The windows SMTP service just spits out email.... try installing the free version of MailEnable if you want to setup mailboxes etc. http://www.mailenable.com/standard_edition.asp Good luck.
-
What would you prefer
With www. just identifies it as the web address as people already said 301 redirect then directs non www to the corresponding page.
-
Does basic site hosting allow additional domains ?
It will be down to the webhost to restrict how many domains can be hosted on a single account. Some will allow multiple domain names but others will only allow one. You could always redirect the domain names using free website forwarding services to a sub-folder on the main domain until you develop a new website for them.
-
Favorite Browser
Got to be Chrome especially as it is now available as 64bit and also syncs seamlessly with my iPad and Nexus 5.
- How do you manage your files? Use a microserver?
- HTML Website Pages