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

Hosting Codeigniter site on GoDaddy with shared hosting

Directory structure (public_html) public html htpasswds application .htacess cgi-bin system user_guide index.php Configuration file looks like this: $config['base_url'] = 'http://www.example.com/index.php/'; $config['index_page'] =…
msinfo
  • 1,147
  • 6
  • 21
  • 39
0
votes
1 answer

how to install zend framework 2 on my shared hosting server

I am installing zend framework 2 on my shared hosting server. So far I did the steps below. downloaded the ZF2 skeleton application and uploaded to my public_html. I have config, data, module, public, vendor, and init_autoloader.php in…
0
votes
1 answer

ASP.NET MVC - Image Compression in Shared Hosting Environment

I have an ASP.NET MVC based ecommerce solution that gets dinged by YSlow, PageSpeed etc. for not compressing images. If I were running my own IIS server I'd set it up to use gzip compression. However, I'm running my site on shared hosting and do not…
JP.
  • 5,536
  • 7
  • 58
  • 100
0
votes
1 answer

1&1 web hosting not reading my .htaccess file

It seems that my web host (1&1) is not reading my .htaccess file. I tried configuring my .htaccess file to prevent file access via the web browser, specifically all files with the following extensions: .txt, .jpg, .jpeg, .pdf, .xlsx, .xls, .doc,…
kimpoy
  • 83
  • 1
  • 8
0
votes
2 answers

Sending email using Python script in Godaddy shared hosting

I'm trying to send an email (via a contact form) on my Godaddy shared hosting account (I know!). I've simplified it for the purposes of getting it working. I have SSH access. The script is located in my cgi-bin folder. The from email address is a…
0
votes
1 answer

Link a shared webhosting to an external domain

I'm confusing on something! If I map a domain with 1&1 with a shedhosting with bluehost. Do this means that I can manage my domain from bluehost ? in other words can I manage my domain with 1a1 (emails, subdomains...) from my bluehost without…
elhoucine
  • 2,356
  • 4
  • 21
  • 37
0
votes
2 answers

apache phpmyadmin setup for vhost

I want to setup phpmyadmin for multi vhost users like. example.tld_01/phpmyadmin example.tld_02/phpmyadmin NOTE: All apache vhost users and php script are chroot'ed for /var/www/html/[web_dir] through PHP-FPM + mod_proxy_fcgi Try 01 => symbolic…
sravis
  • 3,562
  • 6
  • 36
  • 73
0
votes
0 answers

Is there any way retrieve data from MsSQL db using PHP but not the built-in PHP MsSQL-library?

Is there any way to retrieve data from an mssql database using php, but not using the mssql librayr from php? In advance I would like to state that my experience with php is no more than 10 months. I need to retrieve some information from an mssql…
MagnusN
  • 33
  • 7
0
votes
1 answer

Alternative of PIL/Pillow for using ImageField in Django Models

I am setting a django project on Shared hosting server using virtualenv where I don't have root access. Also sudo doesn't works.I am using ImageField in models that require PIL/Pillow to be installed.But when I try pip install pillow I get this…
Ashish Gupta
  • 2,574
  • 2
  • 29
  • 58
0
votes
2 answers

using laravel in a subdirectory

It seems to me that the idea behind laravel is that the public/ directory is where your DocumentRoot points to and that the app/, vendor/, bootstrap/ and build/ directories all live outside the web root. But what happens if you want the laravel…
neubert
  • 15,947
  • 24
  • 120
  • 212
0
votes
1 answer

Creating a X digit PIN number that changes every week without saving it in DB or text file

I need to create a way for a client to have a new PIN number every week, but they are using a shared hosting and it is not letting create/edit files, nor I want to use their MySQL for storing this kind of thing. I think there should be a way to…
Dovydas Navickas
  • 3,533
  • 1
  • 32
  • 48
0
votes
0 answers

Git clone/pull using PHP on a shared hosting

I have a github repo, and I have a shared hosting account which runs PHP. My goal is to clone/download the latest files on my github repo to my hosting account using PHP so it is kind of like a deploy. My hosting account does not and can not have…
Tony
  • 425
  • 1
  • 5
  • 12
0
votes
1 answer

How to configure htaccess zf2 in subdomain of shared hosting

I have tried to host the zf2 framework in a sub domain of my shared hosting server but it gave 404- not found error. This is my current file structure. In-order to point it to the public folder, i used the following code in htaccess (which is…
Akhil Sidharth
  • 746
  • 1
  • 6
  • 16
0
votes
1 answer

How do I run an accurate but (relatively) simple task scheduler on ASP.Net?

There are many posts on running scheduled tasks on ASP.Net. Most involve using the HTTP cache expiry (which is not really an elegant solution) and not very reliable or very accurate. Others recommend that the best way is to have a service running on…
navigator
  • 1,678
  • 16
  • 29
0
votes
1 answer

Cake 2.+ on shared hosting - 404 error

Since 2 days I have been trying to get my cake app working (using German 1&1 hosting). The desired address is: http://www.bzalewski.de/k/front. If you open it, you can see, it's there but without images and css. Also this:…
Liglo App
  • 3,719
  • 4
  • 30
  • 54