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
23
votes
4 answers

CouchDB on Windows?

I started exploring CouchDB and I am interested in following: Is there or will there be a Windows install? If there is, is there a shared hosting provider that offers CouchDB? Not knowing much about it, can it be somehow embedded in my application…
epitka
  • 17,275
  • 20
  • 88
  • 141
22
votes
7 answers

Clearscript files cannot be found on host

Like a lot of others I'm receiving the following error when deploying my ASP.Net MVC application: Cannot load V8 interface assembly; verify that the following files are installed with your application: ClearScriptV8-32.dll, ClearScriptV8-64.dll,…
Levon
  • 574
  • 1
  • 3
  • 14
22
votes
7 answers

sys_get_temp_dir in shared hosting environment

Note: This could also fit in superuser. I am setting up PHP 5.3.10 on a shared host with apache2 mpm itk and open_basedir in a way, that each user may not see or change the files of another user. In the apache2 vhost settings, I add the appropriate…
Lars
  • 5,757
  • 4
  • 25
  • 55
20
votes
6 answers

How to change session_save_path in php.ini file?

I have a shared hosting on godaddy. I tried to change session save path in php.ini file with this line, sessions.save_path = "/session" I've controlled the sessions save path with sessions.save_path() function. It returns /tmp before and after…
Okan Kocyigit
  • 13,203
  • 18
  • 70
  • 129
20
votes
5 answers

How to check connectivity of apns port 2195 from my hosting server?

I want to check if Push Notification can be done using a hosting server before purchasing hosting plan.what is the shortest way to check this.Also i have godaddy.com's hosting plan can i use push notification from godaddy's hosting server?
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
19
votes
3 answers

Error while installing Nodejs on Godaddy Shared Linux Hosting

I am installing Node.js on Godaddy Shared Linux Hosting by connecting to SSH via PuTTy. Getting Errors. I ran curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash command to install nvm. NVM is successfully installed…
Sran Manpreet
  • 312
  • 1
  • 2
  • 6
19
votes
4 answers

Can you recommend a good shared hosting provider for a webapp made with Lift framework with Scala?

I've got acquainted with Scala recently and found it beautiful. I am willing to give up using PHP and use Scala instead for all projects of mine. Now I Use BlueHost for hosting my PHP-based sites. Can you recommend a good alternative that will…
Ivan
  • 63,011
  • 101
  • 250
  • 382
19
votes
4 answers

Deploy Laravel 5 using only FTP in a shared hosting

I need to deploy a laravel 5 project to a client host. The plan of my client is basic hosting: Linux + MySql without cpanel or similar (i.e. no admin panel). I have access only via ftp and only to a folder named www.mycustomerweb.com. It means I can…
Andrew F.
  • 453
  • 1
  • 6
  • 15
18
votes
4 answers

How to set the default website page through htaccess?

I am currently setting up a website from a client on his hosting account. The website address and for some reason doesn't default to .php files (that is: index.php). If I put index.php and there is no index.html file I receive the following error:…
perpetual_dream
  • 1,046
  • 5
  • 18
  • 51
16
votes
12 answers

How do I upload a laravel project on cPanel shared hosting?

I am uploading a simple subscription page for my website using cPanel. I uploaded the files to public_html, moved the files from public folder and modify index.php so it points to the application. The PHP version I used to code this application is…
jr3000
  • 368
  • 1
  • 3
  • 17
16
votes
3 answers

How to use getenv() in php and SetEnv in a .htaccess with a compiled php-cgi on a shared host

Just putting in context to clarify the main question: On my development machine, PHP5.3.1 is installed on Apache as a module, I use SetEnv APPLICATION_ENVIRONMENT development in my application's root .htaccess file. It is then easily retrievable…
Steven Rosato
  • 2,174
  • 1
  • 21
  • 32
16
votes
1 answer

json_decode fails on godaddy hosting

I use json_decode in my PHP to parse data from POST (the POST itself is executed via ajax). My code looks like this: $data = json_decode($_POST['logdata'], true); if(!$data) { $ecodes = array( JSON_ERROR_NONE => "No error has…
Aleks G
  • 56,435
  • 29
  • 168
  • 265
16
votes
12 answers

Zend Framework on shared hosting

I'm new to Zend Framework. I would like to know how to implement zend framework on a shared hosting. Because of the zend framework folder structure all view files are put into the "public" folder. Suppose "/" is the main root folder for me and …
coderex
  • 27,225
  • 45
  • 116
  • 170
15
votes
4 answers

ASP.NET MVC2 + Ninject + NLog (+ shared hosting?) = NullReferenceException

I have an MVC2 app that's based on the Tekpub Starter Site, so it uses Ninject for dependency injection, NLog for logging, and a bunch of other libraries in various places. As far as I can tell though, it's these that are causing my…
Jon
  • 16,212
  • 8
  • 50
  • 62
14
votes
6 answers

Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0

I upload my Laravel project on shared hosting. When I upload my project on the server it throws an exception then switched my PHP version 5.4 to 7.4. Now am facing this issue. Deprecated: Directive 'allow_url_include' is deprecated in Unknown on…
Hadayat Niazi
  • 1,991
  • 3
  • 16
  • 28