Questions tagged [website]

A website is a set of related web pages containing content (media).

A website is a set of related web pages containing content (media), including text, video, music, audio, images, etc. A website is hosted on at least one web server, accessible via a network such as the Internet or a private local area network through an Internet address known as a Uniform Resource Locator. All publicly accessible websites collectively constitute the World Wide Web.

  • Static websites are primarily coded in HTML.
  • Dynamic websites can be coded using a wide range of web programming languages like JSP, PHP, Perl, Python, and others...

Source: Wikipedia.

628 questions
0
votes
0 answers

Why and how does a client site-wide policy block "example.com" but not "www.example.com" despite the HTTPS certificate issued to both?

The DNS situation is this: example.com. origin A record to 10.9.8.7 www.example.com. is a CNAME to fred.example.com fred.example.com A record 10.9.8.7 mail.example.com A 10.9.8.7 the certificate has subject: example.com subject alternate…
0
votes
0 answers

Moving a Wordpress site created by a non-cooperative firm

My boss hired a firm to create a website for an organization. My boss knowing very little about computers/IT in general just assumed that they would create a site and then hand it over to us and we would do the hosting. But once we were ready to…
0
votes
1 answer

What is the best resources Azure family size for E-Commerce

I'm trying to increase the Azure VM family size from B series to be bigger, I'm hosing web application that runs E-Commerce , As you expect multiple product photos, customer browsing the products I have around 2000 product in the store. What is the…
0
votes
3 answers

IIS 6: Bad Request (Invalid Hostname)

I've set up a site within IIS with default settings. I consitently get "Bad Request (Invalid Hostname). I get it from a client, or even while browsing from IE on the server. Can anyone point me in the right direction? Thanks
Travis Johnson
  • 101
  • 1
  • 1
  • 3
0
votes
1 answer

Apache webserver server unreachable from another computer on home LAN

I am running Apache2.2 and a WAMP stack on XP. I have two XP computers on my home LAN. I have setup a demo website on one of the XP machines (the server machine), and I want to be able to view it on another XP machine (the client machine) - however…
user25312
  • 47
  • 1
  • 6
0
votes
1 answer

Public IP Shows Up In Search Results Instead of Domain

I have set up a website on my Proliant rack server (Running windows server 2012 R2) using IIS and Joomla as a CMS. Everything works perfectly, except for one thing. Whenever I search up my website on Google, it shows my public IP instead of the…
Ajax21
  • 5
  • 1
0
votes
0 answers

Password protect multiple python webservers (with reverse proxy)?

I have several tiny python webservers on a single server that I spin up, each with a different port. Is there an easy and quick way to password protect the access to each single (e.g. webserver1) webserver with usr:pwd challenge? These micro python…
user3200534
  • 392
  • 1
  • 3
  • 10
0
votes
0 answers

Webserver Unresponsive

I need some assistance on a new Apache2.4 and PHP-FPM server we have running. Intermittently the website becomes unresponsive We have only just moved over to PHP-FPM and didn't have this issue with the old server. Checking the FPM log we're getting…
James
  • 21
  • 2
0
votes
0 answers

How do web hosting sites like 000webhost create multiple free domains?

I don't know if this is the right place to ask but, the other day I hosted my website in 000webhost, and they gave me the free domain www.mywebsitename.000webhost.com. How does that work? And if I register my own domain name can I create multiple…
Rodrigo Pina
  • 3
  • 1
  • 2
0
votes
0 answers

Opera Mini Compression Technology

I'm trying to find the technology used in Opera Mini's browser. I can't find anything related to this, so I would like to know if anyone knows whether there exists a paper on this or if there is something else available to the public. I would like…
Myzel394
  • 101
  • 1
0
votes
0 answers

Weekly automated check to see if a script is still present in a homepage

I work with several hotels that installed a script (unique for each) in their website to add some tools offered by my company. Sometimes they change their home page or their booking engine without realizing that the script must be installed again,…
0
votes
1 answer

Why is it so difficult to upgrade a website using Drupal? Any advice?

I'm currently trying to upgrade my company's website which uses Drupal 4.3 to Drupal 6.15. This has been exceptionally difficult to do so far. I realize I could simply start a new site using 6.15 and rebuild the website from scratch but there is too…
JP
0
votes
0 answers

How to set up (quickly and easily) an HTTPS server for development/debugging?

I cannot seem to find an easy solution to this or one that does not involve buying software. It's simple, I have an HTTP website that I am developing, I need to debug its behavior under HTTPS (because some things are disabled on insecure origins). I…
Ale Morales
  • 113
  • 3
0
votes
1 answer

Run 1 website on 2 webserver apache?

I am wondering if it is possible to run 1 website on 2 webservers. My plan is to have 1 main server, that is always online, but when I'm taking this one offline to have another server, that takes over the role of the first one for a bit...an…
0
votes
1 answer

Constant bot probing on my website

Looking at my IIS logs from Godaddy, I can get hundreds of 404 errors a day, where either some script kiddies or bots are constantly looking for vulnerabilities or pages/directories to exploit. Besides a lot of directory search attempts and non…
SteveFerg
  • 103
  • 3