Questions tagged [shared-hosting]

Websites that are hosted on servers where many other peoples sites are hosted can have specific problems due to security concerns, lack of control of installed libraries, no root access etc.

There are many Shared Hosting providers that allow hundreds of sites to be run on a single server. To ensure everythings works as well as possible for everyone certain features of scripting languages are switched off and can cause problems for developers.

1607 questions
10
votes
2 answers

Directus can't be installed on a shared hosting

I'm trying to setup Directus. I just performed a brand new install following the guidelines described in the documentation. However once I login, I have this error: "Server Error - Something is wrong with this instance’s server or database." A UI…
Yako
  • 3,405
  • 9
  • 41
  • 71
10
votes
1 answer

How to access my website on GoDaddy with just the IP address of my Web Hosting account

First of all I am complete beginner in web hosting. This is my first time so please correct me if I am wrong. What I want to do: I have made an index.php file. I am sure I have written the php code correctly. I want this file to be hosted by a web…
Kuldeep Kumar
  • 905
  • 3
  • 9
  • 22
10
votes
1 answer

log4net throwing Security Exception in ASP.Net MVC web application

I have written 3 ASP.net MVC web applications, and all are deployed on shared hosting servers with my ISP. All 3 applications are very similar in configuration and settings. The 1st application is deployed to a different server than the 2nd and 3rd.…
Saajid Ismail
  • 8,029
  • 11
  • 48
  • 56
9
votes
2 answers

Rsync without SSH access

Firstly, i'm not sure this is the best place to put this question so if it needs moving, thats cool. I have shared hosting with no SSH access, what are my options in terms of deployment/rsyncing... I build applications in PHP and use GIT, not sure…
benhowdle89
  • 36,900
  • 69
  • 202
  • 331
9
votes
0 answers

Error while loading libatk-bridge-2.0.so.0

I have created a NodeJS app which is using Puppeteer. Locally (Windows) it is working totally fine, but when I wanted to deploy the app on a shared hosting platform (Linux Server), I got the following error: Error: Failed to launch the browser…
9
votes
4 answers

Add GoDaddy naked domain to Heroku app

Heroku custom domains I've setup two custom domains for my Heroku app. example.com example.com.herokudns.com *.example.com wildcard.example.com.herokudns.com Domain configuration I configured my domain as follows: I added a CNAME…
heroxav
  • 1,387
  • 1
  • 22
  • 65
9
votes
2 answers

shell_exec configuration for git pull Godaddy vs Bluehost

I have a git pull web hook from Github, on two remotes, GoDaddy [production] and on Bluehost [staging]. This question isn't about those companies per se, but what could possibly be the reason for differences in the setups. I have this script, which…
Jim Maguire
  • 1,020
  • 1
  • 8
  • 19
9
votes
2 answers

How shared hostings, domain names and DNS work together?

I 've this little doubt but I couldn't find information about it, probably because I'm not searching the correct thing. When a browser ask for "www.mydomain.com", the DNS server returns an IP Address, then the browser go there... but what does…
vtortola
  • 34,709
  • 29
  • 161
  • 263
9
votes
5 answers

How to deploy laravel 4.2 on shared hosting?

I developed an application with laravel 4.2.8 and now I am having trouble deploying it. I followed this answer https://stackoverflow.com/a/16683938/3153380 but its not working. I am getting a white screen and the headers are returning a 500 Internal…
zinyando
  • 113
  • 1
  • 5
9
votes
2 answers

PHP: Using browscap.ini on shared host. - ini_set() failing

I'm trying to use get_browser() , unfortunately my page is on a shared host, and I have no access to php.ini. I have downloaded the latest version of browscap.ini and placed in my document root. I have then added the following:- if…
9
votes
5 answers

Does Hostmonster support Django

I know Hostmonster allows Python. Has anyone successfully run Django on there? Any problems?
Steve
  • 1,869
  • 3
  • 15
  • 9
8
votes
1 answer

Getting error while installing NPM modules in CPanel?

I get an error after installing Node in CPanel, I uploaded my package.json file but whenever I tap the Run NPM install button, it shows an error on the right hand side saying, Web Application is inaccessible by its address…
Alec Aldrine Lakra
  • 355
  • 1
  • 4
  • 14
8
votes
2 answers

Deploy laravel + vuejs to shared hosting

I am having problems deploying my laravel + vuejs application to shared hosting account, I am aware of other efficient ways such as cloudways but I just want to test my site out. I have tried with some free hosting but always wrong, do I need to…
Benedictgeek
  • 167
  • 1
  • 2
  • 9
8
votes
1 answer

Installing PhantomJS on shared hosting (1and1)

Using 1and1 linux shared hosting, I have installed: PHP Version 7.0.27 PHP PhantomJS 2.1.1 PHP PhantomJS all values are null Whenever I make a request with: $client =…
Luc Laverdure
  • 1,398
  • 2
  • 19
  • 36
8
votes
3 answers

Can I use NHibernate on GoDaddy?

A comment from .Net Hosting (Flexible Medium Trust) says. Godaddy is medium trust, which means that u can't use stuff like IL emit(Nhibernate needs this for proxying) Is it true? Is there anyone using NHibernate on GoDaddy?
AAP
  • 101
  • 3