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
0
votes
1 answer

How can I setup an online server to constantly be executing my javascript code?

I have created a JavaScript program that I want to have running 24/7 on an online server. How do I setup a server to make that happen? I am using infinityfree.com as my host for now. At the moment I have setup an HTML file that loads my javascript…
oXeru
  • 45
  • 1
  • 7
0
votes
1 answer

My javascript works only sometimes on webhosting

I have a problem with my javascript. It is a gallery slider. It works perfectly on localhost, but when i upload it on webhosting it works only sometimes, after many refreshes. Console does not write any errors and everything seems completely…
0
votes
1 answer

User's cant upload images on published website

I have a website which you can upload pictures and see them. I was uploading and gettin pictures with no problem on localhost but after publishing with freewebhostingarea i get these errors. Warning:…
hakanAkdogan
  • 223
  • 2
  • 3
  • 10
0
votes
0 answers

Can I host images uploaded by user on HostGator?

I have a website where users have the option to upload their profile images. Currently, I'm using Cloudinary to host those images. My client has asked me if I can host those images on HostGator since they already have a paid shared hosting account…
buckets
  • 13
  • 4
0
votes
0 answers

Firebase hosted app will not allow ios sign in via google, and not recognized certificate

I just completed the firebase codelab friendlychat tutorial, with hosting on firebase. I can access it the app via a web browser on my laptop, but my iphone ios will not let me sign in via google. I also had to manually allow access to the site on…
0
votes
1 answer

Can connect to website through direct external ip adress, cannot through domain

I have a raspberry pi 4 running a tomcat server hosting my website. Right now it's blank, and I wanted to do connection tests on it before starting to build it. I am doing this to keep costs minimal and to be able to do other things with it later.…
0
votes
0 answers

How to connect an API hosted on AWS Elastic Beanstalk to a MySQL database?

Context I have been developing a website using React for the client-side and Python for the API which uses Flask. My database is written using Python and SQLAlchemy. I am currently learning how to host these using AWS. Frontend summary: The React…
Brendan
  • 752
  • 1
  • 8
  • 21
0
votes
0 answers

How can i sent mail using PhpMailer in 000webhost but it working in before Hosting?

Error/SMTP Debug I am using free Hosting These are the errors shown in the SMTP debug, I tried all the error rectifying method 2021-06-09 10:48:28 CLIENT -> SERVER: EHLO pro-online-grocery-store.000webhostapp.com 2021-06-09 10:48:28 CLIENT ->…
0
votes
0 answers

Eval exploit detected, able to find the files with grep but can't delete them

Unfortunately this night my server has been attacked with eval base64 exploit. Following and slightly modifying a tutorial I can find the files with: grep -lr --include=*.php "$c(base64_decode" /path/to/www However, when I try to delete the…
0
votes
2 answers

Cannot access symlinked file in shared hosting in Laravel

I use hostinger and I have two folders in my parent hosting directory my-laravel-app-folder public_html in public/index.php I changed require __DIR__.'/../vendor/autoload.php'; to require…
lwin moe hein
  • 179
  • 2
  • 11
0
votes
0 answers

How to prevent code injection to JS files in shared hosting?

I have a shared hosting that I use to upload front end projects only. My file manager has only HTML, CSS & JS files. I don't have any forms or receive anything from the user. But every few months, I get code injected to my JS files and it causes the…
Mohammed
  • 103
  • 11
0
votes
1 answer

Asp.Net Core Project Published

How to published or hosting my Asp.net Core MVC Project To asphostportal.com or any other domain website. Is it Azure Mandatory for any asp.net core project. I already published many webform project on BigRock but .net core project is little bit…
0
votes
1 answer

Should I have to buy domain for front-end as well as for back-end?

I have My site, React js as front-end and django (python) as back-end. I used REST API to connect them. In order to host react site I can buy domain, but my django site is hosted on different hosting server, so my question is should I buy domain for…
chaitanya
  • 186
  • 1
  • 1
  • 8
0
votes
1 answer

Access to the database of a prestahsop turnkey hosting company

i am developing a module for prestashop, this module create a table in the database during its installation. But I read a long time ago, that some hosters especially turnkey, can block access to the database (make a CREATE TABLE) to the modules. I…
user15822637
0
votes
0 answers

how to Configure WordPress with another database?

As WordPress uses a wp-config file for connecting with the main database, and usually the database server is hosted on the same platform. But I want to use a third-party service or database provided by another hosting platform. For example, The…
SEJ
  • 31
  • 6