Questions tagged [web-hosting]

Web hosting is a service that provides clients with the ability to make their content web-accesible by renting server space in a company's data center.

Web hosting is a service that provides Web users with online systems for storing information, images, video, or any content accessible via the web—often in the form of web pages.

The scope of web hosting services varies greatly. The most basic is web page and small-scale file hosting, where files can be uploaded via File Transfer Protocol (FTP) or a Web interface. The files are usually delivered to the Web "as is" or with minimal processing. Many Internet service providers (ISPs) offer this service free to subscribers. Individuals and organizations may also obtain Web page hosting from alternative service providers. Personal web site hosting is typically free, advertisement-sponsored, or inexpensive. Business web site hosting often has a higher expense.

Web hosts often make extensive use of virtual machines and various open source platforms (e.g. LAMP) to provide the level of server abstraction, ease-of-use, and minimized cost that make modern web hosting feasible.

3135 questions
6
votes
5 answers

html5 in php hosting?

I am software engineering student. I want to setup a website using html5 and css3. I looked up various web hosting options. I want to use hosting that provides php and mysql, so that I can practice those as well. Will a hosting based on php and…
Mike
  • 81
  • 2
6
votes
2 answers

Hosting .Net Core app and Angular app under IIS Default website

I'm using ASP.net core Boilerplate with angular. I tried hosting both apps individually website for Angular and website for .NET core under IIS localhost with no problem. : But When I want to deploy my App on public I encountered this problem : 1-…
Abdulaziz
  • 654
  • 3
  • 12
  • 37
6
votes
3 answers

What is the best hosting provider for MongoDB on windows?

I am looking for reliable hosting provider for MongoDB. I need to host on Windows OS with dedicated server. I am not seeing any named player that offers mongo hosting. Hope you guys can help me with this. My budget $100 max per month. Thanks
user762196
6
votes
2 answers

Uploaded Laravel project on 000WebHost that's not working

I recently uploaded my laravel blog project on 000WebHost, after that I redirected to URL http://laravelcreativeblog.000webhostapp.com/, but I saw this error Whoops, looks like something went wrong., this error is displayed two times one after the…
Usman Developer
  • 568
  • 8
  • 26
6
votes
6 answers

How to host a django website in my pc and view it in another pc?

I have a django project in my pc. In terminal I've run python3 manage.py runserver :8001 When I try to open the link in another pc, it is showing error page which says: Invalid HTTP_HOST header: ':8001'. You may need to…
Light Yagami
  • 961
  • 1
  • 9
  • 29
6
votes
3 answers

Godaddy URL redirect from HTTP to HTTPS

I host my website on heroku and bought the domain from godaddy, here's how I set my DNS records Records A - @ - Forwaded - 600 secs CNAME - www - example.com.herokudns.com - 1 Hour Forwarding -- Domain -- Redirect to https://www.example.com --…
Matt Downey
  • 363
  • 6
  • 18
6
votes
4 answers

Deploying React w/ WordPress as Backend using WP Rest API

How would you go about hosting / deploying a React application with WordPress on the backend? I've been using the WP Rest API plugin and that API seems to need to be hosted. Would I also have to host my front-end React application on a separate…
6
votes
1 answer

ASP .NET Core IIS Hosting user identity name is empty and IsAuthenticated=false

I'm running ASP .NET Core dll on IIS (with AspNetCoreModule) With previous ASP .NET I could get the user identity name with: HttpContext.Current.User.Identity.Name since it was called directly in IIS context. With ASP .NET Core the result is null…
Danny Barack
  • 159
  • 1
  • 10
6
votes
1 answer

hosting multiple sites on S3 bucket serving index.html from directory path

I'm new to using AWS S3. I want to know if it's possible to host multiple static websites in one bucket using the website route directing meta data option. I am planning to have multiple folders each with their own index.html, but how can I…
Esyt
  • 61
  • 1
  • 4
6
votes
4 answers

How to access shared hosting website by ip address

I just start learn to create website. I create a free shared hosting (Hostinger) and uploaded my website . I can access my site by domain name but i dont known how to do it with the ip address they gave me. > -My Domain name: mywebsitename.esy.es >…
dante
  • 984
  • 3
  • 10
  • 24
6
votes
5 answers

moving website to new hosting causes "forbidden"

I am moving website from one hosting server to another hosting server. I have uploaded files. I am using forms authentification. Basically, I am moving to GoDaddy. I can access login form directly: www.mysite.com/login.aspx However, when I open…
renathy
  • 5,125
  • 20
  • 85
  • 149
6
votes
1 answer

How to webhost a war file

Hi after completing my first java web application (it's small application) uses the local server jetty server and database is MySQL. How to host war file on web server. any suggestions for tutorials or links please share... i googled it but lot of…
Prasanth A R
  • 4,046
  • 9
  • 48
  • 76
6
votes
3 answers

Deploying a Custom Program to a Hosting Service

I am a total newbie in servers/hosting etc, although I have some experience in programming in C,Java,etc. So excuse me if the question is 'absurd'. I recently bought service from a hosting site,namely this(hostmds). I have some code I've written in…
urashima
  • 63
  • 6
6
votes
3 answers

MVC2 Website hosted on IIS7 shows directory listing not the Home/Index

I am trying to host a MVC2 website to IIS. Steps I have followed: Create a Website in IIS ( define directory defined physical path and app pool) Published code from visual studio to the physical path. But when I tried to browse my site it was…
Rajesh Dhiman
  • 1,888
  • 1
  • 17
  • 30
6
votes
7 answers

iOS - Hosting JSON file to parse it using URL

I have a .json file with valid data. I want to host it online and use the live url in my app. I tried putting the json file in drop box and tried to verify the json data on http://jsonformatter.curiousconcept.com site but it shows "JSON data URL…
Obj-Swift
  • 2,802
  • 3
  • 29
  • 50