shared-hosting

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 error page to temporarily give details of the error. I know how to do this in ASP.Net but I am not that familiar with PHP. ...

Heroku, Problem/Question...

I was referred to Heroku for Ruby on Rails hosting and so far I think I am really going to like it. Just wondering if I anyone out there can help me figure out what is wrong. I follow there instructions for creating an app on there site, create and commit git, push the code and it shows up at http://mylifebattlecry.heroku.com (though t...

Django, is possible to run two different versions?

Hello, I have a server on which I have two sites built with Django and Python, one site is major site is build with an older version of django, the other with the newer release, I have upgraded to the new release and major aspects of my other site have broken, is it possible to tell the site to use a different version in say the pytho...

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

Hello! 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 if the employee logs in the admin panel, he/she should be able to access to his/her...

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

is there a way to find out the specs of the server the website is running on?

particularly hardware? ...

How to use prettify with blogger/blogspot?

Hi everyone. I'm using blogger.com to host some texts on programming, and I'd like to use prettify (same as stackoverflow) to nicely colour the code samples. How do I install the prettify scripts into the blog domain? Would it be better (if indeed its possible) to link to a shared copy somewhere? I have webspace on a different domain. ...

Techniques to speed up Magento on a shared host

I have an established Magento site that is only just starting to get complaints about it's performance. It's on a shared server. The internal server-side cache is also enabled. Some of the problems I have noticed are Many HTTP Requests No minification of CSS or JavaScript. No CSS sprites Shared server isn't recommended for Magento, o...

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: include(/home/davidkag/public_html/prototype/application/models/DbTable//Users.php) [function.include]: failed to op...

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, something quite similar to this: htdocs/ foo.com/ index.html bar.com/ ...

codeigniter installation problem on shared host

my host account is something like: ~ ~/public_html ~/public_html/system/application to access my web, I need to put http://example.com/~userid in address bar I install codeigniter in the ~/public_html directory, I can access http://example.com/~userid. The Welcome page shows correctly, and the related user guide pages show correctl...

A good magento shared host

Hello, I am looking for a good shared host which can host magento based web store. Any recommendations would be more than welcome. Thanks. ...

Upgrade Shared ASP.NET hosting to VPS?

At what point should I consider upgrading my shared ASP.NET hosting package to VPS/Dedicated Hosting? I'm currently getting a few hundred visits per day on my website, but with a few major changes, i'm expecting a large spike in traffic. Also, should I consider Microsoft Azure so i don't have to deal with all the administrative mess?? ...

windows scheduler alternative for an asp.net webform application which is shared hosting

Hai guys, Is there any alternative for windows scheduler for an asp.net application... The alernative must be capable of doing scheduled tasks as i am into shared hosting where i cant add any task scheduler to my server... I know there is quartz.net but my application needs only one task to be scheduled daily so i dont want to use it....

How to turn off php safe_mode off for a particular directory in a shared hosting environment?

Hi I'm used shared hosting. I want to turn off php safe_mode off for my site. My provider gave me a php.ini file and asked me to put it with my settings in my public_html folder to override the settings, but it didn't work. ...

Background script on shared host with multiple PHP versions installed

I was needing a way to generate thumbnails (using PHP5) for an image management script and had a problem where my host has multiple versions of PHP installed (4 and 5), with PHP4 set as default. This meant that any calls to php from the CLI would run PHP4. I've come up with the following as what I hope to be a cross platform solution. I'...

Why many popular opensource PHP apps are plain script

This is part observation, part question. First the observation: While everyone talks of modular programming, OOP, procedural done right, aspect oriented, design patterns, etc., several popular opensource PHP apps are plain script files with the structure being controlled by includes and requires. This looked stupid to me till I faced a ...

Uploading A SQL Server Script??

My over all goal is to upload a very simple ASP.NET web site created in C# and using a SQLEXPRESS DB to a hosting provider via FTP. I understand that I can get all of my ASPX, .CS, master pages and image files with no problem. Problem I am having and reason I am here is because I cant simply pop my MDF file into my hosting provider's (...

How to decide number of site limit in IIS 7 ?

Hello How to decide number of site limit in IIS 7 if given seprate application pool per site for different version? Any one know it? - Kartik ...

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 from any php script with getenv('APPLICATION_ENVIRONMENT'). On the production server, on a ...