UK Web hosting
Privileged
-
Joined
-
Last visited
Reputation Activity
-
UK Web hosting got a reaction from futureproof in Cheapest hosting?Before you go with the cheapest webhost make sure you search their reviews. Just dont go for the cheapest.
-
UK Web hosting got a reaction from SmuJ in 1and1 Hosting & Multiple DomainsShared hosting with addon will work the way you are presently getting. If you wish each domain to be presented separately, Best is go for reseller Hosting package with Cpanel. With admin WHM panel you will be able to create different default cpanel accounts for both
visionandimpact.co.uk [will be main reseller account with WHM admin access + its own separate cpanel account to manage emails,files and database]
craigsmithcreative.co.uk [Will we small shared Cpanel account with its own username and password to manage all its files and database separately under your main reseller account]
This is what you want I guess.
-
UK Web hosting got a reaction from j05hr in Virus on one of my websitesIt normally done by when you use insecure php script..if thats the case with you,update to latest stable version and have suphp installed on your server to avoid nobody owner code injection.
-
UK Web hosting got a reaction from welshhuw in Fasthosts 500 Server ErrorCheck for memory_limit and a execution line just below it ..you need to increase both values.
-
UK Web hosting got a reaction from Vision Helpdesk in Recommended hosting services?Hello,
Also make a point which hosting you are searching got ..US or UK accordingly shortly list few companies ..try to contact them on phone or chat ..check there support , google reviews of those companies and then decide.
-
UK Web hosting got a reaction from Vision Helpdesk in Un-Biased opinion pleaseHello,
One important point to consider is which country market would you like to target for the clothes Website, if its UK go for UK web hosting company, and if you are trying to target US go for US hosting company.
As said above google for reviews of the company you choice.
-
UK Web hosting got a reaction from WBC in What’s your hosting experience? (Or should that be what’s your hosted experience?)Regarding your problem with images, just right click those missing image icon and check the path, I guess this can be a path issue related to .htaccess rules or it can be permission problem with images folder.
-
UK Web hosting got a reaction from pbul2004 in OpenCart folder Permissions on serverHello,
Set all the folder to 755 and files to 644 you can do this by below command on shell :
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Then check the ownership of the store folder if its under your ownership if not change all the files and folder to your ownership.
This should resolve your problem.
-
UK Web hosting got a reaction from daniel7912 in byethost not showing the whole pagetry to disable open_basedir function for your domain. I think this should fix your problem.