shared-hosting

CakePHP does not work on shared hosting (Godaddy)

I tried using an internal rewrite, but only the main page shows. Any access to, for example, http://www.example.com/logins/ will just return a 404 Not Found error. How can I enable the mod_rewrite in a shared hosting environment (Godaddy in my case)? ...

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 or bin deployed (don't laugh). ...

Sharing ASP.NET MVC applications

Hi, Like everybody else on this planet, I am currently working on a blogging engine using ASP.NET MVC . I am planning to make this open source under GPL, with a requirement that people already have ASP.NET 3.5 already installed on their machines. Let us say that they do not already have ASP.NET MVC installed (on a shared host) But, I...

E-mails sent from shared hosting, blocked. Is there a way to avoid that?

Hello, in my website i've a PHP script that automatically mails to my customers a confirmation about the order. My website's domain is registered to a company that hosts my website too. I have a lot of problems to send e-mails using mail() function to some e-mails accounts ... a lot of my users contact me saying that they have never rec...

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 hosting:(using cpanel) /home/user/ /app /cake /vendors /public _html /css ...

Tortoisesvn on web server

Is there a way to add a repository on my linux shared webhosting to use with tortoisesvn? Or is there something similar I can do as easy as using tortoise without buying hosting strictly for a repository like cvsdude or something? ...

Subsonic 3.0 Medium Trust Issue

Hi guys, I'm having an issue with running Subsonic in medium trust and don't know if i'm querying wrong - if there is some part of subsonic 3.0.3 that doesn't like medium trust can someone tell me? Someone else posted somethin similar a while ago and there was no real reply on whether it did exist or not (the bug). Rob said it had been ...

How can I use Apache to serve static content for a RoR app when I have only .htaccess access (and can't add Apache modules) [on Dreamhost shared server]

Hi, Are there any Rails/Apache gurus that might know if it's possible (and how) to have the ability for users to upload their content to my RoR application but then subsequent access to such static content would be: a) served by APACHE web server [to avoid the overhead of going via Rails], but b) still want to have an authenticatio...

How do I get linux server to use local PHP.ini in a shared environment?

I'm on shared server environment (Dreamhost.com uses Linux/Debian). I followed their instructions @ http://wiki.dreamhost.com/Advanced%5FPHP%5Fconfiguration on setting up a local PHP5 instance on my user account so that I could use APC (php5 accelerator) A couple of caveats is that I dont have php5 installed on the root directory "/ho...

Problem calling internal webservice method from an ASP.NET application in shared hosting webfarm

We have an ASP web application with a page that makes calls from the client to internal web service methods. Everything works fine when we deploy the application onto our local test server. However, when we deploy the application to our shared hosting provider (specifically, godaddy using their grid hosting web farm plan), calls to the ...

How to distribute a PHP extension for use in a Shared Hosting Environment

I have a library written in C that gets distributed as a PHP extension, and my users are having problems accessing the library when running in a Shared Hosting environment. Previously (In PHP versions less that 5.2.5) our customers could simply use the dl() function and the full path to the library to access it. Since PHP 5.2.5 the dl(...

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 literally watch memory usage going through the roof using memory_get_usage(), until it reaches ...

implement comet with php driven website

Hello, I wanted to know if somebody could explain in somewhat simple terms how I could get started with comet. I am on a shared host environment. What exactly are my possibillity's? From what I have read here sofar, is that php is not the best option., because it is run as a one process per request instead off thread. On another, the...

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 supports ASP.Net 2.0 ...

Debugging ASP.Net web.config issue on shared host

Hi, 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 mode="off" then I still see the same error message. I'm guessing that one of my recent c...

How do you get a Cronjob executing a PHP script to run longer than 30 seconds.

Could you rewrite this into a cron that will run every day for longer than 30 seconds. Also, do i need to edit the .htaccess or php.ini file in the cron.php directory to say something. Over the browser it runs just fine for longer than 30 seconds, over the shell, it runs just fine too. But as a cron set task, it dies after 30 seconds. Im...

ASP.NET MVC app custom error pages not displaying in shared hosting environment

I'm having an issue with custom errors on an ASP.NET MVC app I've deployed on Go Daddy. I've created an ErrorController and added the following code to Global.asax to catch unhandled exceptions, log them, and then transfer control to the ErrorController to display custom errors. This code is taken from here: protected void Applicati...

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. ...

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 throw the same error on the the shared hosting server: Compiler Error Message: CS0246: T...

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 default instead of "index.php". Also, I'd like everything else on the server to be password p...