Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology are probably best asked at serverfault.com and more general questions at webmasters.stackexchange.com.

learn more… | top users | synonyms

0
votes
1answer
8 views

Setting up multiple domains with Play Framework

How does one get started with multiple domains using the Play Framework? In other words, the same server will serve content for both somedomain.com and anotherdomain.com, and both of these domain's ...
0
votes
1answer
13 views

How to make website live? (From the point of having it as a Spring MVC project in Netbeans)

Silly question as I just started web dev. Consider that I've got the project build on Spring MVC Framework in the Netbeans (a web site). I would like to make it live. What is the actual process of ...
-2
votes
0answers
12 views

3 domains, 1 Wordpress site, 3 hosts, redirecting and changing domains [closed]

I have one Wordpress install at Host #1 with a domain (Domain-A) at Host #2. Domain-A was used for the WP install. I have Domain-B & Domain-C at Host #3. I need Domain-B & Domain-C to now ...
0
votes
1answer
28 views

Publishing ASP.NET 4.5 project guidance?

I am trying to publish an ASP.NET project built using Visual Studio 2012 in .NET 4.5 on IIS 7.5 I have tried various tutorials on the web but cannot seem to figure out how to make it work. What ...
0
votes
1answer
14 views

How to switch DNS settings for email?

Basically, I have a client that has his own hosting, but he decided to purchase a reseller account with Hostgator (cPanel/WHM). He has a website hosted on his side. Lets call this website ...
-2
votes
0answers
9 views

What is Addon Domains in web hosting control panel? [closed]

I would like to know what is Addon Domains? I encountered this term when hosting a site on the lunar page control panel. I googled it and got the gist of it and still think that some one's explanation ...
0
votes
1answer
18 views

Display contents of domain folder on sub domain root

I have a website at root of main domain, let's call it domain(dot)com, this site runs a template based system through htaccess, similar to wordpress. On there i have a section called ...
0
votes
1answer
19 views

Practice website online for free

I have created a simple website using visual studio 2008 and C# for coding. I have iis v.7.5 installed on my laptop which is running win 7. Now I am trying to publish it on the internet and I ...
0
votes
1answer
6 views

IIS return error 403 on port 80

i set up hosting with windows 2008 and use websitepanel for control panel host(manage websites). in internal network all website with domain Easily open but in external network returned error "403 ...
0
votes
1answer
45 views

ElasticSearch architecture and hosting

I am looking to use Elastic Search with MongoDB to support our full text search requirements. I am struggling to find information on the architecture and hosting and would like some help. I am ...
0
votes
1answer
11 views

Setting up hover.com settings so that I can use Heroku hosting

Let me preface this by saying Im somewhat self taught with things, and may not use correct terms. I hope that that doesn't hinder getting help. Also, this is my first Stack Overflow question, so have ...
0
votes
0answers
24 views

how to create host for codeigniter application [closed]

.htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /rbs/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ...
-1
votes
0answers
17 views

server configuration and hosting location [closed]

1. For a website with around 100000 visitors daily which type of hosting is preferred ? 1. Virtual server hosting 2. Dedicated server hosting 3. Cloud hosting 2. What configuration (ie ram, ...
0
votes
0answers
20 views

Move mailbox from one server to another

A client of mine has bought a domain with 123-reg.co.uk he has also got a mailbox with them. His site however is hosted elsewhere. I have changed nameservers to point the domain to this server but I ...
0
votes
0answers
6 views

Edit Tomcat config on hosting site

I would like deploy a java web app to hosting site. But I have to edited server.xml file on Tomcat. So I wonder If I can do it ( Note : edit on hosting site of Provider, not on localhost) Please help ...
-1
votes
1answer
15 views

Domain DNS : A vs CNAME [closed]

My cloud host doesnt provide a static IP so I changed my CNAME 'www' to my preferred address, but my A was pointing to the static address of the domain manager. When I type www.mydomain.com, I am ...
0
votes
2answers
23 views

A domain that is parked with sedo - that is hosted with hostgator

I am wondering if you can pls help. My friend bought domains through GoDaddy, went and parked them with Sedo and (all within 1 month) now wants to host one of the domains with Hostgator. I have reset ...
-5
votes
0answers
31 views

How i know if wordpress plugin compatible with my hosting [closed]

i buy Wordpress plugin this plugin http://codecanyon.net/item/scrollblog-for-ios-wordpress/3916976 i install this plugin in my old hosting company it work perfect with my iphone app i move my ...
0
votes
0answers
26 views

fckeditor interface not displaying on page, but is loading in source code

Firstly I am using codeigniter 2.02 as this is what the original CMS was built in. Recently we moved hosting provider to a dedicated host (VPS). Since then FCKeditor has not worked correctly. There ...
-1
votes
1answer
16 views

Unable to redirect to a naked domain from Heroku using Hostgator

I'm trying to use my Hostgator domain with my Heroku app, everything works except the naked domain. Redirect didn't work for me and they don't provide ALIAS or ANAME? Any thoughts?
0
votes
1answer
16 views

site44 won't serve my web-pages

I'm trying to host the website from my dropbox accont, using site44. There I'm told just to put the html to the dropbox folder and that's it. So I did it, but instead of serverving the web page site44 ...
-1
votes
0answers
19 views

What steps should be taken to serve several websites from the same hosting account, but link the files in relation to the parent directory? [closed]

Basically I want to serve several websites from a Godaddy Deluxe hosting plan. Certain folders that are linked to a domain name will contain an index document, a configuration file, and a folder to ...
0
votes
1answer
16 views

Database location in relation to main web server

Ive recently taken the plunge and started renting a VPS for my web projects. As the demands on the system get higher so do the costs. MY VPS is US based due to costs, but Im based in Germany. ...
4
votes
2answers
113 views

PHP variables randomly becomes NULL

For quite a while now we experience a very weird problem with our hosting server. Once a while (seems randomly) variables in PHP become NULLs. In general everything works perfectly fine, but once a ...
-1
votes
0answers
26 views

What do I need to know in order to be able to manage a Linux VPS? [closed]

We're going to use a Linode VPS for hosting our current project. I have some (read: little) experience with Linux as a user, but none as administrator. I was able to set the whole thing up, but it's ...
0
votes
0answers
6 views

View targetframework in amazonwebservice

I created a webapplication using MVC in dotnet.Now I have a requirement to host it in Amazon Webserivces(AWS). I created a login ID. How to view the target framework in AWS and also how to host my IIS ...
1
vote
0answers
28 views

Google Fonts and JQuery not working when hosted by Google Drive

I've uploaded them to a public folder. Everything works apart from these two. Is there some extra "Google Drive Hosting" script I need to put in? Or should it be working without any extra and I need ...
-1
votes
0answers
29 views

Best hosting situation for a potential high traffic project? [closed]

I have this project going which has potential for a lot of traffic. Its a fairly simple idea and its not particularly load heavy. It mainly consists of comparing a users set value in an SQL DB to a ...
1
vote
2answers
64 views

Can node.js run in any hosting provider?

Sorry for this newbie question. Can node.js run in any hosting provider like Fastdomain? We have an account in fastdomain where we upload our Website made in PHP. I allowed SSH in our host and tried ...
0
votes
1answer
15 views

Website is fine until hosted

I have a website that I am trying to build and have built everything up. I viewed everything locally on my computer then bought a name and found a company to host it. The result is very different to ...
0
votes
0answers
37 views

How can I access MAMP Pro sites through Adobe Edge Inspect without using my IP address?

When I develop a website I typically use Edge Inspect in parallel with my computer's browser for testing. For every website, I create a new host in MAMP Pro, and create new directory on my computer ...
-1
votes
2answers
22 views

host many domain to the same server [closed]

i have this domain: site 1: /var/www/portail1 with this conf: /etc/httpd/conf.d what i want to do is to add this domain to the same server: site 2: /var/www/portail2 But my question ...
0
votes
1answer
38 views

How to set up shared `system.webServer` settings for all sites on an IIS server

I'm setting up a new webserver in our hosting environment. It's a new VM that will only ever be used by us, so I can do what I want with it (within reason). It's running IIS 7 on Windows 2008 R2, ...
0
votes
0answers
41 views

MS Access 2007 database in asp.net(Make it work on hosting)

I have a web application(c# asp.net) and successfully uploaded it to hosting. It works good, but doesn't connect to a database(MS Access 2007). I've put the database in App_Data folder and typed a ...
2
votes
1answer
37 views

The application attempted to perform an operation not allowed by the security policy” on shared webhosting server ASP.NET 4.0 with MS SQL

I have created a web application in ASP.Net 4.0 framework and use MS-SQL for database interaction. I have build my code and upload on my shared web hosting server. Its home page working fine and all ...
-2
votes
0answers
15 views

Can I host a domain bought on godaddy on blacknight servers? [closed]

probably a stupid question, but before I spend any money I'm just wondering something. I have previously bought a domain on godaddy but I much prefer blacknights hosting. If I have a domain bought ...
0
votes
1answer
25 views

Host and Connect to a .mdf database

I have a few questions regarding Entity Model Databases (.mdf). I what to know what hosting service provides support to it? I believe it would fall under Microsoft SQL Server, but would just like to ...
0
votes
1answer
44 views

Where to host a Restful web service in JAVA in shared hosting solutions

I have just finished developing a REST web service that is consumed by a mobile application. The web service is developed with Java and run in an Apache server. I'm now moving to the testing part. ...
-2
votes
1answer
85 views

How to host web application for free [closed]

I have made Java web application. For server side implementation layer I have used JSP. The project is running fine on localhost:8080 using Tomcat 7. Now I want to deploy it on web server. Because ...
-1
votes
1answer
38 views

How set up Magento on hosting only for test use? [closed]

I want to ask a noob question. .htaccess issues on Magento in Godaddy Server I am currently using Godaddy hosting, and I want to setup a Magento in the sub directly only for test use not relative to ...
-3
votes
0answers
32 views

Putting my web site on web-hosting (somee.com) [closed]

It's the first time I want to put a web site on web hosting, and I found that there is a free hosting on somee.com . But as I'm using it for first time I dont understand how to put my website there. I ...
0
votes
2answers
29 views

Hosting CodeIgnitor project on server

i have a website developed in php CodeIgnitor framework which is presently working on my localhost. the present working url on my localhost is http://localhost/myproj/index.php/xyz xyz is my first ...
0
votes
2answers
20 views

domain name does not open the website, redirects to default IP instead of opening www

I recently changed NS of one domain to another host and created a domain using Helm Control Panel. The problem is that when I type domain name (ie. www.MyDomain.com) instead of opening the ...
0
votes
0answers
12 views

Managed svn, tomcat and bamboo hosting in one provider?

Currently i have my svn-repo with one host, i have local bamboo server and a VPS running tomcat somewhere else. Is there some way to combine it all? Is there one host that delivers svn-repos, ...
0
votes
0answers
8 views

How DNS links to addon domains

I'm wondering if my, user friendly, explanation about how a DNS links to addon domains is accurate? Basically, how this works is when you create an add-on domain, the hosting provider links the ...
0
votes
0answers
15 views

Sharing PHP files between sites located in one public_html folder

I have three sites that share the same hosting and are found in the same public_html folder, which belongs to the original site. Let's call the original top level site base.com, and the other two ...
0
votes
1answer
36 views

Redirect url without .html type to html page

I have a godaddy (windows) hosting account and I want to redirect: www.example.com/folder/some to www.example.com/folder/some.html I tried adding this Web.config file, but cannot find what rule to ...
0
votes
0answers
16 views

Protecting a public facing development server with multiple sites/clients/logins

Long story short, we are setting up a development server at work (small 4 man dev team). It will house a GIT repo, and our development sites for clients. We want to restrict access to the server as a ...
-3
votes
0answers
21 views

Very slow server-hosting issue for an iphone app [closed]

developers, My app is www.FoTask.com I faced a problem that my app is working slower and slower the more users register with it. Though my server is only 7% loaded at peak times, the app is still ...
0
votes
1answer
31 views

Can my application server find out which Java hosting provider it lives in?

I'd like to have my Scala application server find out if it's running inside Heroku or CloudBees or Cloud Foundry or something else. Is there some standard way of finding out which Java hosting ...

1 2 3 4 5 44