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
0
votes
1 answer

laravel error when deployed on shared host

I am trying to deploy my app on a shared host. I followed the instructions on this page: http://driesvints.com/blog/laravel-4-on-a-shared-host I believe it is set up ok, however, I get the following error: ErrorException …
DMiller
  • 253
  • 1
  • 3
  • 15
0
votes
1 answer

root url executes fine but not any other url of symfony2 project on shared hosting

I have a symfony project . I have deployed it on godaddy shared hosting . The Dir structure is - |- godaddy root |- site1 |- site2 |- symfony_project I have pointed my symfony site url to symfony_project directory. So if my url is…
karyboy
  • 317
  • 1
  • 5
  • 22
0
votes
1 answer

URL in anchor tag not working right

I'm hosting 2 domains on a single shared hosting account. Let's say I have 2 domains xyz.com and abc.com The contents of abc.com are placed in public_html/abc.com directory. In my index.php of the domain abc.com I.e. in…
Nick_inaw
  • 145
  • 3
  • 13
0
votes
4 answers

Process text files ftp'ed into a set of directories in a hosted server

The situation is as follows: A series of remote workstations collect field data and ftp the collected field data to a server through ftp. The data is sent as a CSV file which is stored in a unique directory for each workstation in the FTP…
Esteban Brenes
  • 1,153
  • 1
  • 15
  • 20
0
votes
1 answer

exec command not running on linux hosting

The following code is working on localhost xampp windows, but when i put it online godaddy shared linux hosting its not working. exec is working as i tries exec('whoami') and it outputs my account id, but the following exec command is not…
ADi
  • 219
  • 1
  • 5
  • 17
0
votes
1 answer

Slow MySQL query and CPU Throttling

I host my CakePHP 1.3.x application on a shared host (hostmonster). I received a DNS errors from Google's webmasters tools and by contacting the technical support of my host, they indicated that there are CPU throttling occurs for my account and…
SaidbakR
  • 13,303
  • 20
  • 101
  • 195
0
votes
3 answers

When php.ini is present PDO disappears from phpinfo()

I have added the following php.ini (this is 100% of file): upload_max_filesize = 200M post_max_size = 200M session.gc_maxlifetime = 6000 max_execution_time = 600 When it is present the phpinfo() lists PDO in the configure command but nowhere else.…
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
0
votes
2 answers

SCM for shared hosting

I have a sharing hosting, and obviously I don't have any SCM (Source Control Management) on it, but having to deploy every small changes here and there every now and then is frustrating. Does anybody know a better way than using FTP or cPanel File…
Abu Romaïssae
  • 3,841
  • 5
  • 37
  • 59
0
votes
2 answers

How do I find out what part of a php website is causing excessive resource usage on shared hosting?

I keep on getting emails from the host that the php script on shared hosting uses excessive resources. I do not know what resources the host is talking about - whether it's the cpu, ram or the disk i/o ? Where do I start to find out what part of…
user481913
  • 1,022
  • 1
  • 13
  • 36
0
votes
2 answers

How to decide number of site limit in IIS 7?

How to decide number of site limit in IIS 7 if given seprate application pool per site for different version? Any one know it? - Kartik
Kartik M
  • 67
  • 2
  • 9
0
votes
2 answers

Uploading A SQL Server Script?

My over all goal is to upload a very simple ASP.NET web site created in C# and using a SQLEXPRESS DB to a hosting provider via FTP. I understand that I can get all of my ASPX, .CS, master pages and image files with no problem. Problem I am having…
NoDinero
  • 51
  • 2
  • 12
0
votes
2 answers

Uploading files on another sever / hosting

I have 2 shared linux hostings. One is on Hostgator, another is on BlueHost. My website hosted in Hostgator allows my users to upload files. I want the files my users upload to be uploaded on my BlueHost hosting. Is that possible?
Elo Peri
  • 1,183
  • 2
  • 8
  • 6
0
votes
1 answer

How to not get "Migrations is enabled" error message for a shared hosting server deployment where you can't run Update-Database command

EF Code First works on my localhost. However the problem occurs when I publish it to 1and1.com shared windows hosting. I can't connect via management studio so I guess the shared hosting doesn't support remote client connections. The Package Manager…
greay
  • 1,725
  • 5
  • 18
  • 37
0
votes
2 answers

htaccess configuration for two websites on a shared server

Basically I have a shared server with an existing site and a new site. On most shared hosting accounts(linux) I have, the file structure is something like this: - public_html -- firstsite.com -- secondsite.com For the server in question the…
0
votes
1 answer

Run Umbraco 6.x in Medium Trust / Shared hosting environment

I have a Umbraco 6.1.5 project, and i want to deploy it to a shared hosting environment. I read that Umbraco 6 can run in Medium Trust, but i cant find much more info than just that one sentence. And, in the web.config i found this setting:…
Tys
  • 3,592
  • 9
  • 49
  • 71