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

File server on Linux

How to set-up an ubuntu machine as a file server? I already saw the steps to host a page using ubuntu(with apache2) but I want to be able to save my file and give the direct link of the file for downloading. Any ideas? Or is there any other easy way…
user489152
  • 907
  • 1
  • 23
  • 42
0
votes
1 answer

securing digitalocean ports

I have an app deployed on DigitalOcean When I run ufw status this is the output, Status: active To Action From -- ------ ---- Nginx Full ALLOW Anywhere 5432/tcp …
danish2694
  • 199
  • 3
  • 16
0
votes
0 answers

Webhost Storage Errors, how to solve

I am trying to add an application to webhost, and I am receiving the following error: Warning: require(/storage/ssd1/111/16245111/vendor/composer/../laravel/framework/src/Illuminate/Support/helpers.php): failed to open stream: No such file or…
Luthermilla Ecole
  • 666
  • 1
  • 6
  • 14
0
votes
1 answer

Push Notifications: ASP.NET wait for event to occur, in an infinite loop

I am building a Push notification system, for Android. I have an ASP.NET web application, hosted on a commercial hosting provider. I have one page that almost always is in an infinite loop waiting for an event to occur. One host (Android device)…
Anirudh Ramanathan
  • 46,179
  • 22
  • 132
  • 191
0
votes
0 answers

Error when I use the function OVER(Partition by Id) in MySQL

I uploaded an update of my application on the server. And it threw me a problem in the query, when executing it inside MySQL, it generated the error in the incompatibility of the function "OVER PARTITION BY ID" Attached small example. My doubt is…
0
votes
1 answer

Passenger application error: Internal error

I am trying to migrate my Python Django web app on hosting from the local environment. The installation went well, but at the end I do not see the starting page for Django here staging.changerz.education. In the logs I found the error and not sure…
0
votes
0 answers

Migrating domain from WordPress to Heroku

I'm trying to connect a domain I bought through WordPress to a new site I'm hosting on Heroku. I tried to follow the Heroku docs on custom domains but now I'm lost: www.mywebsite.com sends me to my new Heroku site, but mywebsite.com still directs me…
seb-2020
  • 21
  • 2
0
votes
1 answer

How can I fix error: 'expected str, bytes or os.PathLike object, not _io.TextIOWrapper' in Python FTP

I have the following code. All this code does is takes a few items from a user's pc then uploads them to a website. # log in session = ftplib.FTP('host', 'username', 'password') # upload webpage try: print(Fore.LIGHTMAGENTA_EX + "What's the…
jamjam46
  • 75
  • 9
0
votes
1 answer

WordPress cPanel html directory not found

So I engage with a website developer but due to lack of support decided to try doing it myself. They provide with login details to cPanel and dewaweb wordpress manager and what I need is to edit some text of the website homepage. However i couldn't…
knknkn1995
  • 13
  • 3
0
votes
0 answers

Deleting a table in phpMyAdmin without accessing its content

I have a web hosting with a limited access and I have to delete a number of tables. I am getting the following error while deleting tables one after the other: user has exceeded the 'max_queries_per_hour' I assume that this error is due to the fact…
Paul Ghobril
  • 143
  • 1
  • 1
  • 7
0
votes
3 answers

Wordpress Domain And Hosting issue

Good Noon, I am stuck in a problem that I am the old owner of the domain named goldaccesshk.com and this domain is expired and bought by some other company and I have removed all the data from my Hosting all files including my database but…
0
votes
1 answer

How to replace the new page to existing URL?

I am using the WordPress and I created one page few months back. Now, I just created new page and wanted to use the existing page URL. But, it doenst works. Existing Page URL is: www.techno.com/pricing I renamed the existing page to…
Alex
  • 161
  • 9
0
votes
2 answers

How do I rewrite a subdomain to use a prettier format in a wordpress environment?

How do I rewrite: subdomain.example.com/page to example.com/subdomain/page? I've tried redirecting in my cPanel and changing the site URL in wp_options. Still no luck. Thanks in advance.
Argo Lith
  • 37
  • 4
0
votes
1 answer

Email Not Sending from Byethost Hosting

I deployed my website and I'm trying to send an email from my website that is hosted by Byethost and it displays a success message but for some reason the email is not being received. What might be the problem? Below you will find the PHP script. …
Sam
  • 291
  • 3
  • 17
0
votes
1 answer

I've created a simple .onion site, but instead of the Tor browser displaying my index.html file, it displays my folders

This is my first question so please bear with me. I looked for answers to my question, but found none unique to my issue. I recently tried my hand at hosting an onion site with Python3 and the Tor browser. I created a directory called "tor_service"…
Jerz
  • 19
  • 2
  • 3
1 2 3
99
100