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

ZF2 Fatal error AbstractActionController not found on shared host

I developped my app localy (where it runs fine) and wanted to upload it to a shared host to test it. Now I get an Fatal error that says the Zend DefaultController is not found when I go to any page on my app, only the index page works... The…
van Dijk
  • 1
  • 4
0
votes
0 answers

Not Loading proper Css on shared ip hosting server/ check images on server via ip

i've uploaded a wordpress site on new server via shared ip. now makes changes in localhost which are working fine then uploaded that files (Css, php) on the server. now the css is not working on server.(my css is in the themes of wordpress folder)…
Zahid Khan
  • 1,250
  • 3
  • 15
  • 31
0
votes
1 answer

SECURITY: exploring shared hosting with basic shell account

Hello o just noticed that with my SHELL account on shared hosting i can list all current active PHP sessions basically (i can list them through ls ../../tmp). Also i can also list all users (no passwords though) Is it normal?
rinchik
  • 2,642
  • 8
  • 29
  • 46
0
votes
3 answers

Apache: Deploying a new site to the server

I have a site currently live on a domain. I would like to switch it to a new site, that is currently in a password protected sub directory on this server. I have a "Site Maintenance in Progress" page. I want to set Apache so it displays that by…
Nick Heiner
  • 119,074
  • 188
  • 476
  • 699
0
votes
1 answer

Drupal login redirects to the login page again

I'm having problems after moving a Drupal website to a new server. Initially, no assets were being loaded correctly as Drupal was trying to load them from an URL such as this: http://www.my-drupal-website.com/css/... The server administrator…
tomor
  • 1,765
  • 2
  • 16
  • 21
0
votes
2 answers

IHttpHandler doesn't load image after deployed to web server

I am now having problem of deploying my website to a shared windows hosting. I am currently hosting it with hostgator. The problem is, my ThumbnailHandler which is supposed to return an image file, stopped working once the project is deployed to web…
choz
  • 17,242
  • 4
  • 53
  • 73
0
votes
2 answers

Lucene.NET on shared hosting

I'm trying to get Lucene.NET to work on a shared hosting environment. Mascix over on codeproject outlines here how he got this to work on godaddy. I'm attempting this on isqsolutions. Both examples he posted run fine on my local machine and both…
0
votes
1 answer

is it possible to send push notification using shared hosting service?

i want to know that can i use shared hosting service for push notification or i need some another? which one is best for push notification please tell me.
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
0
votes
1 answer

Debugging ASP.Net web.config issue on shared host

I'm running my app on shared hosting. When I run the latest changes on my dev server, everything works fine - When I upload, I see the generic "Error occured but isn't being shown" message. If I change my web.config to include CustomErrors…
Basic
  • 26,321
  • 24
  • 115
  • 201
0
votes
1 answer

doesn't echoing content of my php in my hosting

I Have 2 Shared Hosting. In both host there have same 2 php files, and its take around 40-50 minutes to complete the execution. When I Run those script in my both hosting, I watched 1st hosting Echoing everything one by one. But 2nd one doesn't echo…
user2424807
  • 121
  • 1
  • 2
  • 8
0
votes
1 answer

Web Security Membership & Database Permissions

I am trying to deploy my site to 123reg but having difficulty with database permissions. I see other people have similar issues, but they all seem to be using entity framework with DBContexts, whereas I am not (I don't think). I am using the…
0
votes
0 answers

Automate refresh of large MySQL table on shared hosting (avoid max_allowed_packet error)

I need to regularly replace a large MySQL table on my website. So I wrote a PHP script to do this.... export table from local server into a .SQL file (contains CREATE TABLE and INSERTs) zip it up ftp it to remote host And on the remote host run…
spiderplant0
  • 3,872
  • 12
  • 52
  • 91
0
votes
5 answers

ASP.Net MVC 1.0 Web Hosting

I am developing a website using ASP.Net MVC 1.0. Can i host that website on a server having ASP.Net 2.0? Because my hosting provider supports only ASP.Net 2.0. Does anyone know how to host a website developed using ASP.Net MVC 1.0 in a web server…
Saravanan I M
  • 1,115
  • 2
  • 19
  • 29
0
votes
1 answer

Error installing psycopg2: unrecognized option `-Wdeclaration-after-statement'

I'm on a shared hosting provider, trying to install psycopg2 in order to get Django up and running with psql. I ran $ pip install psycopg2 and got following error gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes…
Felix Böhme
  • 508
  • 5
  • 12
0
votes
1 answer

Where should ruby gems live on a shared host account

I have an app running on my localhost which I want to install on my hosting account. The host is Bluehost and they appear to support RoR, as evidenced by this tutorial which I am trying to follow precisely. The thing I'm stuck on is where my ruby…
emersonthis
  • 32,822
  • 59
  • 210
  • 375