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
5
votes
2 answers

Laravel routes not working on production

I've a Laravel5/angularJS app (beeing Laravel as an api rest and angular for the front-end) At my local environment everything works like charm. But when i upload to a hosting i can only access to the index page, everything else throws a 404. in my…
Padron Leandro
  • 313
  • 1
  • 4
  • 16
5
votes
1 answer

What is the difference between isMail and isSMTP

I'm using PHPMailer and having a hard time getting isSMTP on bluehost to work. I have been able to get isMail to work and am wondering what the difference is in sending mail. Also, it seems that I'm getting a HELO or authentication error when…
DCR
  • 14,737
  • 12
  • 52
  • 115
5
votes
2 answers

Angular 2. Run on shared hosting

I am started with AngularJS 2: Instaled NodeJS Downloaded start project Run on Node All works! However how to run it in production on shared hosting (without Node ant not on vps)? How to open in browser by clicking on index.html?
AndersonDev
  • 83
  • 1
  • 1
  • 8
5
votes
0 answers

How do I change the umask of a shared docker volume?

This is related to "https://stackoverflow.com/questions/36477636/how-do-i-implement-a-shared-hosting-like-service-with-docker". I am trying to setup a bunch of apache-php containers that should be able to rw to the docroot, and one single sftp…
Morpheu5
  • 2,610
  • 6
  • 39
  • 72
5
votes
3 answers

WCF Service response "HTTP/1.1 400 Bad Request" on shared hosting

This is both information to those experiencing the issue and a question. edit: The question is why does dropping "www." from the URL cause this error when a website running at the same address can be referenced without "www.". I recently reproduced…
Mick N
  • 14,892
  • 2
  • 35
  • 41
5
votes
1 answer

setting up server on bluehost for laravel application and having issue with php -v

I am setting up a fresh server for laravel application. I have installed composer and chosen php5.6.15 from my cpanel. But when I run php -v command in terminal it shows my current version as php5.2.19. Here is my php.ini file on my server it show…
tmw
  • 1,424
  • 1
  • 15
  • 26
5
votes
3 answers

How to enable extension=fileinfo.so in my shared hosting?

"PHP Fileinfo extension must be installed/enabled to use Intervention Image " This error message is showing when I was upload image on my shared hosting. Then I was modified my php.ini file using .htaccess file. Now my .htaccess file looks…
Inspire Shahin
  • 414
  • 2
  • 8
  • 24
5
votes
1 answer

composer autoload.php failed to open stream: no such file or directory

I am having problem with this error, I don't have Idea how to fix this. Warning: require_once(DIR/composer/autoload_real.php) [function.require-once]: failed to open stream: No such file or directory in…
jemz
  • 4,987
  • 18
  • 62
  • 102
5
votes
1 answer

Does laravel necessarily need proc_open() and passthru() enabled?

I am installing laravel on a shared hosting at KVC webhost. It shows a blank page. I checked the log and it says that the proc_open() and passthru() aren't enabled on my server which is causing the errors. I have contacted my webhosting for…
Bharat Geleda
  • 2,692
  • 1
  • 23
  • 31
5
votes
2 answers

SSH - Connection reset by peer - Linux Host

I have a hosting account with Linux shared hosting account with GoDaddy, recently my ssh access stopped working, this is the error: Toms-MacBook-Pro:production tom$ ssh tomheather50@192.186.452.73 ssh_exchange_identification: read: Connection…
Tom
  • 406
  • 2
  • 9
  • 18
5
votes
3 answers

How can I put my cakephp 3.0 project on a shared hosting server?

I made a project in cakephp 3.0 which I want to put on a shared hosting server. Cakephp documentation have given the solution for the previous versions here http://book.cakephp.org/2.0/en/installation/advanced-installation.html where directory…
5
votes
1 answer

How to perform a reverse DNS lookup in Python?

Is there any way to do a reverse lookup using python, to check the list of websites sharing the same IP address in a shared hosting? Some web sites offer a tool for this purpose .
4m1nh4j1
  • 4,289
  • 16
  • 62
  • 104
5
votes
5 answers

Storing PayPal credentials in a web application(asp.net) on a shared host

I have created a web application that is hosted on Godaddy on a shared server. I plan on using paypal for my transactions, which creates a problem. At this point the credentials(paypal email and password) are hardcoded, which is as far as I…
alexandros
5
votes
3 answers

How to make sub folder exculsive access via sub domain only

I have web site hosted on shared hosting account which is managed by CPanel. It allows to create unlimited sub-domains. I have the following situation: Suppose that my primary domain there is: mydomain.com My account's files are found on the hosting…
SaidbakR
  • 13,303
  • 20
  • 101
  • 195
5
votes
2 answers

How to know if shared host (GoDaddy) supports ASP.NET Web API

I'm trying to figure out if it is possible to deploy a Web API application on GoDaddy but could not find a good answer. The closest I came was this…
Akshat Jiwan Sharma
  • 15,430
  • 13
  • 50
  • 60