Questions tagged [hosting]

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

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.

5701 questions
1
vote
0 answers

Azure development center unsupported python version error

I am attempting to get a Django website hosts on Azure that I build in Visual Studio. I am able to publish it and get a dedicated URL, however in order to get the site to load properly, I need to load my code to Azure. So in the development…
Usian Bolt
  • 43
  • 5
1
vote
0 answers

How can I tell what's prompting an automated MYSQL query to run on my site every day?

For the past two days in a row, my host has taken my site offline because it uses too many resources. In both cases, I received a report detailing variations on the same MYSQL query: USER: xxx_wrdp1 DB: xxx_wrdp1 STATE: Creating sort index TIME:…
user2258740
  • 199
  • 2
  • 11
1
vote
1 answer

How to host an ASP.NET Core Web Application with enabled enforced encryption with Nginx?

I am a beginner and I am trying to host a .NET Core web application with enforced HTTPS enabled on Ubuntu Server. When I try to access my website from another computer I receive an error. However, when I create a project with enforced HTTPS off it…
1
vote
2 answers

How to access the php.ini file

I need to change some variables in the php.ini file to be able to upload files. I bought a domain & hosting, and i access it through FileZilla. Usisng phpinfo() I know Configuration File (php.ini) Path is /usr/local/php/p56 Loaded Configuration…
1
vote
1 answer

How should the text file describing mobile app ad providers be handled

I understand, that the app-ads.txt file should be hosted under a domain (or a subdomain) root. The problem is that currently we do not have any registered domain/subdomain, the link we provide in Google play store points to our Facebook page. I've…
faraway
  • 428
  • 2
  • 4
  • 15
1
vote
1 answer

Firebase - Redirect From Domain A to Domain B

Firebase gave .web.app domains for free, so I currently have two domains for my Firebase website: mywebsite.firebaseapp.com (Domain A). mywebsite.web.app (Domain B). I want to redirect all traffic from domain A to domain B with firebase.json. How…
Ameer Taweel
  • 949
  • 1
  • 11
  • 37
1
vote
1 answer

How to upload react.js site on cpanel?

I have finished my project in react.js. Now I am trying to upload my project on cpanel, but unable to do so. I search it several time but didn't find any suitable solution for it. Please help!
user6305542
1
vote
3 answers

Can we host two angular projects under same port

I have two angular projects developed in angular2. One is public portal and other is admin. If I am hosting the main portal as http://myaddress.com then I need to host the admin under it; ie. the url should be http://myaddress.com/admin. This has to…
TechDo
  • 18,398
  • 3
  • 51
  • 64
1
vote
1 answer

How can I find where was my website hosted

Ok it may sound strange, but I forgot where is one of my websites hosted. I remember the domain name and I have access to setup the DNS server, but I don't remember the nameserver. It was something like ns113.icndns.net but I checked and the domain…
strash
  • 1,291
  • 2
  • 15
  • 29
1
vote
0 answers

Can't Deploy Asp.net core 2.0 with React Project

I made a website with Asp.net ReactJs project. It was working on local but when i want to deploy on my host its getting errors. I cant find much things on the net. I think im making mistake installing wrong place or missing some adjustment but no…
nerepla
  • 31
  • 2
  • 2
1
vote
1 answer

Hosting a react js + laravel app to a shared server?

I built a single page web app with react js as the front-end library and laravel 5.8 as the back-end framework. Its now time to host it on a shared hosting service and have not found any clear steps on how to do this successfully with the Routes…
1
vote
0 answers

How to fix symfony 4 http error 500 and run the website?

I have made a symfony website on my pc local (wamp) and now I want to upload it to hosting. I have created 000webhosting and Infinityfree hostings. Using FileZilla I had uploaded all of symfony directories inside my "public_html". It didn't work. I…
demoxz
  • 56
  • 1
  • 7
1
vote
1 answer

How do I add migration to MYSQL database?

I just hosted my .Net-core site to smarterasp.net but when I tried to update the database on MYSql I m getting error Failed executing DbCommand (397ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] CREATE TABLE `AspNetUserRoles` ( …
user8380036
1
vote
2 answers

Difference between deployment and hosting

What is the difference between hosting and deployment? Do web apps, android apps and websites get deployed or do they get hosted?
echoaman
  • 71
  • 4
  • 15
1
vote
0 answers

Laravel-VueJS axios URL shows 404 error on shared hosting

My Laravel VueJS Application work fine in local server. But when I uploaded it to the shared hosting, it gives problem with url. In local environment, the code works fine with: axios.get('/api/get/users') But, in production server, since it is…
Dipen Chand
  • 95
  • 11
1 2 3
99
100