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

Migrations don't run on hosting

I'm using MigratorDotNet to manage Rails-style migrations for my web app. I have a workflow where, if I delete all the tables in the database, I can access an installation view that will run MigratorDotNet and create all the necessary tables. This…
ashes999
  • 9,925
  • 16
  • 73
  • 124
0
votes
1 answer

Can we use LinqToExcel on Shared Hosting Env like GoDaddy

I am planning to use LinqToExcel for reading of my excels files but i am not sure whether it will work on Shared Hosting env like GoDaddy?
TalentTuner
  • 17,262
  • 5
  • 38
  • 63
0
votes
1 answer

Drupal Errors in a shared host

I have a website made with Drupal hosted in a shared plan. It has more than 50 modules installed. The site works fine for viewers. But there are a few questions. User 1 can't login. But other roles can (like editor, etc. editor has the ability only…
Mahesh Samudra
  • 1,039
  • 1
  • 11
  • 25
0
votes
3 answers

Memory leak in transition from PHP 4 to 5 - any hints?

I am porting a large web application to a shared web hosting environment. The app was written in PHP 4. The new environment has PHP 5.2. For some reason, the application is leaking tremendous amounts of memory when running in PHP 5.2. I can…
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
0
votes
1 answer

Django: Can't find template files. / App works without template files?

Yesterday I tried to edit a template in my django app and noticed that the template-file isn't even used (anymore). Even if I delete it the app will continue to work and changes I make in the file wont appear online. I couldn't find any other…
0
votes
1 answer

Migration from one shared hosting to another throws permission error on sites/default/files

We have Drupal 7 installed and configured in a shared hosting(A), and now we are migrating it to another shared hosting(B), during that, sites/default/files directory throws permission error while creating files and directories inside it. We have…
0
votes
1 answer

How to block php function on shared hosting server?

Recently I found that my website had been hacked. Somehow hacker manage to put a file on my web server which was executing eval() function. Ive tighten FTP securities but further that I don't want some PHP functions should not be used within any…
Mahendra
  • 908
  • 1
  • 18
  • 38
0
votes
2 answers

Zend Framework App .htaccess

I'm trying to make a simple Zend Webapp running on a shared host. The root folder after logging on FTP server is a folder named 'www'. So the structure is: /www /tasklist /application /library /public …
rozsival
  • 11
  • 3
0
votes
1 answer

Create Dynamic subdomain in asp.net

I need to do URL rewriting in such a way that if my request is abc.domain.com, then request should be processed such as domain.com/default.aspx?cid=abc for example, if i give .domain.com, request should be assumed as domain.com/default.aspx?cid= it…
Stanly
  • 9
  • 2
0
votes
3 answers

Security Exception using MySQL and Entity Framework on godaddy

We are getting a SecurityException when using Entity framework on godaddy. The entity has been configured against a MySQL store. (v. 6.1.2) A bit of weirdness with the exception though... Looking at the exception stack it seems to imply that if…
Aalano
  • 29
  • 1
  • 4
0
votes
1 answer

Links are broken when installing CakePHP on shared hosting

I have set up CakePHP on shared hosting, within a sub-directory (cakeDomain). Using htaccess in the root directory (mainDomain), I have pointed another domain to it (cakeDomain), like so: # /.htaccess # cakeDomain redirect rules RedirectMatch 301…
Will Stone
  • 4,626
  • 3
  • 21
  • 29
0
votes
1 answer

Serve static content for an RoR app using .htaccess

How can I give users the ability to upload their content to my RoR application but then subsequent access to such static content that would be: served by APACHE web server [to avoid the overhead of going via Rails], but still want to have an…
Greg
  • 34,042
  • 79
  • 253
  • 454
0
votes
0 answers

Symfony, Swift Mailer, CRON JOBS, & Shared Hosting Server

Before I tackle this solution, I wanted to run it by the community to get feedback. Questions: Is my approach feasible? i.e. can it even be done this way? Is it the right/most efficient solution? If it isn’t the right solution, what would be a…
Patrick
  • 315
  • 1
  • 8
  • 27
0
votes
3 answers

How to Scale Wordpress on Shared Hosting to Survive a Traffic Surge

So just like any other indie developer, I ran a small personal Wordpress blog on a HostGator shared plan to show case projects and notes. Now, let's say you have an article that is randomly picked up on HackerNews or Digg, how do you config your…
Khoi Tran
  • 53
  • 1
  • 3
0
votes
2 answers

Missing Helper file error in cake php on shared hosting

I am getting a Missing Helper error when I am trying to upload my cake php files to a shared host. Undefined variable: javascript Missing Helper File It is working fine on my local machine. I have the following directory structure in shared…
Adit Gupta
  • 1,314
  • 1
  • 18
  • 32