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

Where websites should live on a Linux server

Possible Duplicate: Should websites live in /var/ or /usr/ according to recommended usage? On a Linux server, sites are typically stored in /var/www. But recently I got to know that creating a user for each site and storing each site in the…
Desmond Hume
  • 129
  • 7
-1
votes
1 answer

BIND Name Servers aren't returning my site

I don't know much about BIND but I'm learning and my friend helped me setup my own name servers. He did this before and it worked for him so I think he forget a step and that explains why this isn't working. Anyways, we used webmin to setup bind and…
Dustin
  • 11
  • 4
-1
votes
3 answers

How can a website recover from code injection especially the domain name?

My website was recently hacked that apparently it came under code injection vulnerability not SQL injection. At least that's what Google is telling me and even gave me a possible iframe codes. That was a shock to me for it never happened to my…
ThN
  • 99
  • 3
-1
votes
2 answers

How to Block all websites except one website in a LAN?

How to Block all websites except one website in a LAN of Ubuntu 11.10 Clients ?
Naval Saini
  • 3
  • 1
  • 3
-1
votes
1 answer

Save Files from Webserver to a Homeserver?

I hired a webserver, where my website is running. The Hoster gives me a maximum of 50GB WebSpace. Now the Problem is: I need more! But I don't want to change the Hoster. Is it possible to save Files from Website/Webserver to a HomeServer/my own PC?
eMi
  • 103
  • 2
-1
votes
7 answers

Automated website folder backup system needed? Any recommendations?

Hi guys is there any backup software that can take periodic backups of online website folders and store them offline on a local system. Need something robust and would be nice if theres something free that can do the job :) Something that I could…
Ali
  • 279
  • 1
  • 3
  • 14
-1
votes
1 answer

Is PHP used for quick and easy websites where other languages are used in more complex websites?

This stat shows that PHP is used by 75.2% of all the websites whose server-side programming language we know. http://w3techs.com/technologies/overview/programming_language/all And this page shows that PHP is the least used server-side language in…
shin
  • 333
  • 3
  • 8
  • 16
-1
votes
1 answer

Google web crawler cannot find my wordpress posts

I have a wordpress blog on my own server, which used permanant links containing Chinese characters in urls like http://techblog.zellux.czm.cn/2008/03/ics-lab4-%E7%BB%8F%E9%AA%8C/. Several months ago I changed all the urls with english descriptions…
Epeius
  • 1,031
  • 2
  • 9
  • 6
-1
votes
2 answers

The Importance of Paying for SSL Certificate

Is It really compulsory to pay for ssl Certificate while setting up website? What are the advantages and disadvantages? Thank you.
-1
votes
1 answer

Nginx server works only locally

I have set up a VPS on Vultr running Debian 10, and I've just installed nginx. If my understanding is correct, at this stage, I should be able to see something like when I visit my website. Indeed, when I run curl -i mydomain.com from the ssh…
Luke Collins
  • 101
  • 2
-1
votes
1 answer

Website Monitoring of Tor Onion Services

How can I monitor the uptime of my website's tor hidden service endpoint so I get an immediate notification if it goes offline? Bonus points for fancy monthly/yearly uptime reports. I'd like to make my website accessible over a tor onion service so…
Michael Altfield
  • 739
  • 2
  • 8
  • 23
-1
votes
2 answers

New Debian 10 server: add client websites in /home/clientname/webapps/ or /var/www/clientname/webapps/?

I'm used to setting up client websites in /home/clientusername/ with subdirectories such as webapps/, html/, cgi-bin/, logs/ etc. (for both Apache and NGINX) so clients can manage their own files, from their user directory, under their…
Dave Everitt
  • 201
  • 1
  • 4
  • 11
-2
votes
2 answers

Can users connected to same network view my website?

i created a small website for testing.. I'm using xampp and via router port forwarding, my website is online. Others can view it without problems. I can view it by localhost/ but the other devices connected to this network can't view it because when…
manudicri
  • 3
  • 1
-2
votes
1 answer

How to allow users to download app that google chrome blocks it as malware

I have an Android App which allows users to spy or monitor their dependents device remotely. User has to download the app, register by providing email id and password and go to our website, login with same username and password and then pull…
-2
votes
1 answer

Hide domain name from subdomain name

Lets have a domain test.com and the domain has various sub-domains for e.g support.test.com, contact.test.com, meta.test.com . I want that when site visitor goes to meta.com, he should be directed to meta.test.com and the address bar should display…