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

Difference between www.sub.example.com and sub.example.com

I want to know the difference between these two links to my site: My site https://rahul62888282.000webhostapp.com is working as supposed. https://www.rahul62888282.000webhostapp.com (with www) is showing me a privacy error.
-1
votes
1 answer

how to protect from hotlink in nginx

I need to protect from hotlinks in my php site.? how Can i achieve this ?? Iam using nginx as webserver .. If I try to view site.com/uploads/image.jpg without login I can able to see images in browser ,I need to prevent direct folder accessing…
vijoy
  • 1
  • 2
-1
votes
1 answer

External DNS domain mapping to internal AD domain causes a certificate error

I have an external domain name of domain.com and an internal AD domain that is completely different, say name.prv. I have a dmz server with WS_FTP Server on it. I have mapped Fileshare.domain.com to the IP Address of the router which then NATs it…
-1
votes
1 answer

Is it possible to give preference to one website in dedicated server?

We have multiple websites in different cpanel accounts on our dedicated server. Can we give preference to one site or one cpanel account over others when it comes to handling requests by Apache and other resources? Os is CentOS.
OT10
  • 3
  • 1
-1
votes
1 answer

Website not up in other countries

I have a website in Canada and according to https://www.uptrends.com/tools/uptime tests, my website is offline in 7 major European check points. It is live in Canada and working fine but when I travel abroad it will not work. My wordpress website…
-1
votes
1 answer

How to browse website hosted in Test server within company network

I have set up a website in IIS on QA server. I added binding and made entry in hosts file Binding IP: 123.43.12.45 Port: 80 HostName: mysite.mydomain.com Hosts file entry 123.43.12.45 mysite.mydomain.com At this point of time I'm on QA server…
Sukhjeevan
  • 99
  • 1
-1
votes
1 answer

Website monitoring frequently reporting 'dns resolution failed' on azure cloud service

Disclaimer: You'll usually find me on SO but not sure there is right place for this question! I have an Azure cloud service website monitored by NewRelic which will send me alerts when it's unable to ping the host (among other tasks). I've recently…
Phil Cooper
  • 101
  • 3
-1
votes
1 answer

Is this possible: Use css from other virtual host?

Say I have a website at /var/www/Electrician and I have a website at /var/www/Restaurant If these websites use separate host files can I use the same CSS to reduce space? If I am not mistaken I would certainly be unable to do ../../css/style.css…
The Dude man
  • 155
  • 1
  • 7
-1
votes
1 answer

How to know where my site is hosted?

Hii Experts I want to know where my website http://www.drpradeepjain.org is hosted ? Please Explain how to know and please explain where to host our website to get best results ....
-1
votes
1 answer

Linux Website Testing Tool

I am looking for a tool to test a website from a Linux command line. From the output, I need to know the response of website that user is able to login with username and password.It will help me to find out that user is logging in or not so that I…
-1
votes
1 answer

Prefix client's name to domain name

I have a product registered on godaddy having website-name abc.xyz.com, when someone registers on my website, I want to generate a website for him by name username.abc.com. How can I achieve this, which record I need to setup in my dns. This…
-1
votes
1 answer

Found someone hacking in my LAMP server centos 7 using GET request with WGET

This is a bit confusing and I think I was hit by a shellshock, by the way I'm not a sysadmin and only know a little bit about handling a linux. I'm running a website (LAMP) and hosting it in Digital Ocean. The server is centos 7 and installed a few…
-1
votes
1 answer

Apache migrate sites

I have to migrate all sites from a server to another. The actual apache2 server configuration is a virtual host for each site and this is working. My problem is that I want to migrate all sites to the new machine, test that everything is working…
-1
votes
3 answers

Create a web space for a Linux cluster (clueless!)

Sorry for a lack of jargon knowledge and experience. I've recently become a very new sys admin for my research group's cluster in my graduate program. We have a server name bar.foo.edu with about 10 nodes named…
-1
votes
2 answers

Web app folder structure

Hot to organize web app folder? This is example that I use with my common projects: /home/webmaster/www/sitename.com/ └── doc # documentation, helpful information └── log # folder for server logs for that…
Sonique
  • 241
  • 1
  • 9