Tagged Questions
0
votes
0answers
17 views
Deploy PHP and Node [duplicate]
What service(s) should I use if I want to deploy and host node apps as well as PHP apps?
Ideally I want them to run seamlessly on my domains, preferably using the same host service.
I currently have ...
0
votes
0answers
15 views
Free hosting solution for a very low-traffic website [duplicate]
I run a very low-traffic website (about 40 users, basically all of which are daily active on the site). I don't see it changing anytime soon either, as there is no way to sign up on the site right ...
0
votes
0answers
14 views
Web Hosting Dublin [duplicate]
I am currently developing a site using laravel 4. I had intended on using Pagodabox for my hosting needs, however I now realize that they don't have servers outside of the US.
So I'm just looking for ...
0
votes
0answers
17 views
SSL Hosting Support for site with existing SSL certificate [duplicate]
I would like to know if there are any hosts that host PHP sites with SSL support for free, if I have an existing SSL certificate for my domain.
I checked out many questions here(about 10) but none of ...
4
votes
4answers
182 views
Best location for a websites CMS
As part of my job I recently started making numerous content management systems for websites. So many that obviously my next step was to set up a 'template' for the websites so I could quickly remove ...
1
vote
1answer
49 views
Host website on UNIX, but email on Windows?
Client has web hosting and email hosting from one web provider.
Their email hosting is integrated with their systems for their office — an Exchange server (located on their premises).
Both are on a ...
-1
votes
1answer
822 views
PHP not enabled by default on GoDaddy shared linux web hosting [closed]
I recently made the mistake of starting a web hosting account with GoDaddy. Let me start by saying that any comments or answers that I should walk away from the money I spent with GoDaddy and go with ...
2
votes
1answer
37 views
Why Can I See 301'd URL in Google Index
I have a domain, www.timeclockmtsonline that I have 301'd to www.timeclockmts-online.com using the following PHP:
<?php
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: ...
1
vote
2answers
106 views
File upload through webform failed, server config?
I'm in the process of moving my sites from a shared hosting to a VPS (running CentOS with Plesk 10). When testing on my VPS I noticed that all of the sudden I couldn't upload files through a webform ...
3
votes
1answer
62 views
Reverse proxy with no httpd access
I'll outline my requirement, proposed solution and if anyone has a better idea please feel free to suggest.
Requirements / Desires - I want multiple clients to be connectible to an address ...
0
votes
2answers
148 views
What to use for “localhost” that includes PHP/SQL functionality?
I really do not want to install Linux at the moment, I would have to borrow a USB key, move files, format it, flash it, format it again, move files back, give it back...
What would you recommend that ...
0
votes
1answer
138 views
What every beginner should know about website development? [closed]
I am a novice at building websites and considering to make one. But there is a lot of confusion that's going on right now. I guess every beginner faces them. Few questions that come up are:
I have ...
2
votes
0answers
15 views
Hosting advice for a write-heavy dynamic website [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I have built a website using PHP and MySQL and now I am looking for a hosting service. I am expecting about a 1000 ...
1
vote
0answers
132 views
Memcache alternative for cpanel hosting
Memcache is the best caching API for php, but it is not available on most of the hosting providers. Are there any alternatives to memcache which are available for most hosting providers(e.g. Godaddy)?
...
0
votes
2answers
69 views
A simple message room
Can anyone recommend a simple message room (not chat room) which I can use for a private communication between my users.
My idea: to grant some users (2-3 at the most) a specific privilege to talk ...