2
votes
5answers
50 views
How do I displaying details of a PHP internal server error?
I have installed a PHP application onto a shared hosting web server. I am getting a 500 Internal Server Error. I don't seem to have access to any log files so I would like the erro …
7
votes
10answers
158 views
How to manage multiple clients with slightly different business rules?
We have written a software package for a particular niche industry. This package has been pretty successful, to the extent that we have signed up several different clients in the …
1
vote
2answers
81 views
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 unhandl …
0
votes
2answers
25 views
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 Maintenan …
0
votes
1answer
32 views
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.
0
votes
2answers
41 views
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 isqsoluti …
0
votes
1answer
22 views
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 …
0
votes
4answers
53 views
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 someth …
0
votes
2answers
68 views
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 …
0
votes
3answers
57 views
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 leak …
1
vote
3answers
312 views
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?
No …
2
votes
6answers
172 views
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 websit …
0
votes
1answer
64 views
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 …
2
votes
3answers
228 views
ASP.NET MVC Extension-Less URLS on Shared Hosting? (GoDaddy, etc.)
Is it possible to have extension-less URLs (ASP.NET MVC default) with shared hosting? I have seen some things to get GoDaddy working by including the .aspx extension in the Global …
0
votes
2answers
234 views
How do you set up IIS 7.0 URL Rewrites without IIS Manager?
Does anyone know how to write your own specifications for the built-in URL Rewrite Module in IIS 7.0?
We are using a shared host that does not allow use of IIS 7.0 Remote Manager …
