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

how to host mvc4 website in local area network

i am working in a mvc4 project and i want to publish the website in a local area network for this i have installed iis manager 8 and added site from /mydocument/visual studio/project/myproject set this path as default site in iis manager site but…
Neeraj Mehta
  • 1,675
  • 2
  • 22
  • 45
0
votes
1 answer

URL Routing on shared server (GoDaddy)

I am working on one web application in which user have to send his/her reference number to anyone to show their details. Like : http://www.Snapshotprofile.com?Profile=sunny16dhiman161507 But i want to use…
Sunny
  • 3,185
  • 8
  • 34
  • 66
0
votes
2 answers

How to deploy my Rails app to a shared host

I have been chipping away at this for the last couple of days but it has become quite frustrating. My web host is "JustHost" and I have a shared hosting service. I have found this translates directly to "strips you of all privileges," when it comes…
CoderDake
  • 1,497
  • 2
  • 15
  • 30
0
votes
1 answer

www redirect to non www for all domain hosted

I am hosting sever sites by using virtual host of apache. Is there any way to redirect any sites hosted on our server to will redirect to non www I want just one setting in the server so that every site hosted here and that will be hosted later will…
zahid9i
  • 596
  • 1
  • 8
  • 17
0
votes
1 answer

How to mod_rewrite for HTTP_HOST?

I am working in a shared account on a hosting provider with several domain names. Goal is to have each domain name have their own virtual directories. In my personal configured htdocs/ directory, I have a subdirectory set up for each domain name,…
Jé Queue
  • 10,359
  • 13
  • 53
  • 61
0
votes
2 answers

Shared hosting error on my Zend based Application

I have just sucessfully tested my Zend based application on the localhost.When I deployed it on a shared hosting site I got the error below.It happens whenever I try navigate to protected pages of my application. Warning:…
davykiash
  • 1,796
  • 5
  • 27
  • 60
0
votes
1 answer

CakePHP file upload on 000webhost

I am trying to get my app to be able to handle uploads. This is the add action in DealsController.php. request->is('post')) { $this->request->data['Deal']['user_id'] =…
boogie
  • 66
  • 6
0
votes
2 answers

Csharp windows application MySql connection

I cannot connect to MySql from my C# windows form application. I also have posted a question already in invalid username/password but got nothing solution. Suppose my website name is www.google.com and cpanel user name is imrancpanel,…
Imran Kanjoo
  • 57
  • 2
  • 13
0
votes
1 answer

exec alternative to trigger multiple new php threads in shared hosting

I used to use exec() function to trigger new php threads (And don't need the output of these php scripts), something like for ($i=0;$i<5;$i++) { exec('/usr/bin/php script' . $i . '.php > /dev/null 2>&1 &'); sleep(1); } I'd like to ask if there is…
aye
  • 301
  • 2
  • 16
0
votes
1 answer

require_once not working on shared server

I'm moving my open cart website to a shared hosting server. When I log in with FTP, I see my path to the files is /webspace/httpdocs/mydomain.com/ In index.php of Open Cart, there is a line require_once(DIR_SYSTEM . 'startup.php'); This throws an…
user1716672
  • 1,073
  • 2
  • 20
  • 44
0
votes
1 answer

Default VS2012 ASP.NET Web Site Template on Medium Trust Host

I have a default ASP.NET Web Site template project that I created with VS2012. I'm trying to publish it to 1and1.com where only Medium trust is allowed. Apparently, this template expects Full trust, but I can't figure out what I need to do. The…
0
votes
4 answers

Create, Delete and Use e-mail accounts within a website! Is it possible?

I'm developing an administration panel (in php), for a website (in a shared host), to let the administrator to manage the personal infos of the employees! With this panel should be possible to create or delete an e-mail account for an employee and…
BitDrink
  • 1,185
  • 1
  • 18
  • 24
0
votes
0 answers

Using connection string login and not Application Pool Identity

The Question: How do I get my Web Application to use my connection string login and not the Application Pool Identity? The Background: I have started up a .net mvc project and currently use Arvixe for hosting. I made a simple page using a form to…
cfisher
  • 235
  • 3
  • 17
0
votes
0 answers

Hostgator temporary block placed on the database

I have a cakephp website hosted on hostgator shared server. I got an email from hostgator stating that a temporary block has been placed on the database and that the database associated with the script was found to be consuming an inordinate amount…
cartina
  • 1,409
  • 13
  • 21
0
votes
2 answers

web.config that came with application will not work on shared host

I am pretty new to ASPX .NET web stuff (and I consider myself pretty good at figuring out stuff when it comes to the open source alternatives) Am I missing something about web.config files? I created an ASPX application in Visual Studio 2012, which…
mtotho
  • 52
  • 1
  • 11