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

NGINX: js/css not being in

while trying to setup a 404 webpage on one of my sites I couldn't find a solution for non-existing links containing a slash, for instance if i try to connect to https://supra.tf/anything, it will return a correct page, but after trying…
Radosław Serba
  • 173
  • 1
  • 11
0
votes
2 answers

Gcloud images page not displaying properly in firefox

Probably just me, but when I went to start our gcloud instance this morning the start/stop/edit icons disappeared when I tried to click on them. I'm using the web interface using firefox on Linux. Instance started 100% with Chrome.
ckti
  • 1
0
votes
2 answers

SSL on new site: mixed content

I’ve just managed to set up my first site running from a home Ubuntu server. I successfully acquired an SSL certificate and it works, for the most part. One page on my site keeps displaying incorrectly (mixed content warning). I believe I need to…
H412H
  • 5
  • 2
  • 4
0
votes
0 answers

IIS8 - websites start automatically on Windows Server 2012 r2

several websites running on 2 different servers with win server 2012 r2 and iis8 keep starting by themselves after being stopped by me from IIS manager. They keep starting after about 20 minutes from being stopped. even if I stop their applicatioin…
0
votes
1 answer

domain connecting to localhost and links not working (ERR_CONNECTION_REFUSED)

I'm having trouble to get my website properly online, which I created/designed in Wordpress. I have bought a domain and rented a WordPress hosting server. I have uploaded my whole WordPress folder on my server by FileZilla and have as well uploaded…
0
votes
1 answer

Add a website to Azure AD

I'm a Belgian student and I'm currently an intern in a small company. I have configured Azure AD with Password Hash Sync + SSO WatchGuard (Allows all users automatically connect to the Internet), and it's working pretty well. All the users connect…
Herwan
  • 1
0
votes
1 answer

How to restrict access on only one website (with virtualhost based configuration in httpd) ? I wont to be accessible only from a specific country

I wont to do it from the webserver, is it possible? Or the best practice is with access list's in the fouter, but then how other sites will be accessible from everywhere? The operating system is "Debian 9" and the webserver is "apache2.4".
0
votes
1 answer

Website suddenly loads VERY slow with SSL

I am using WordPress. I've been using the free SSL from Hostgator from Let's encrypt. A few days ago my website started to load very very slow which results in a significant decrease in website traffic. The website loads ok in HTTP but very slow in…
0
votes
1 answer

Host website on a different domain, but leave the mail

I would like to host my website on a different server (Google Cloud), but leave the mail and DNS in my current server. See below my current Zone Editor. I think I should change the indexambiental.com.br destination to the new host IP and the type to…
0
votes
3 answers

I want to start my portfolio site using ASP.Net and I'm a bit lost about hwo to actually put it on the web

I found this site: www.discountasp.net They seem cheap enough and have a track record. I decided to host my site with them. Here's where I'm confused. I host the application (my website) with them and they give me an IP address, right? Users can…
Papuccino1
  • 35
  • 1
  • 1
  • 4
-1
votes
1 answer

can I get guidence with setting up a subdomain?

Can someone actually give me the steps on how to create a subdomain and not link me to some random ressources? I have a TLD and run a site on that, but I want create a subdomain for it and install wordpress onto the subdomain. can someone please…
BadWo1f
  • 21
  • 1
  • 4
-1
votes
1 answer

Relative URL is relative to wrong absolute URL on web

Background I am building a website. The files are: /index.php /pic.jpg /dir/index.php /dir/pic.jpg As we know, people can visit my site's dir/index.php page using different URLs: 1. site.com/dir 2. site.com/dir/ 3. site.com/dir/index.php I have…
Bob Johnson
  • 101
  • 1
-1
votes
4 answers

Previewing site during DNS propagation

What methods do people use for viewing sites during periods of DNS propagation? We use WHM/cPanel for all sites so the sites on those servers can be accessed by http://IP.ADDRESS/~username/ but this is often not suitable for client access and also…
robjmills
  • 990
  • 9
  • 26
-1
votes
1 answer

pfsense dns doesn't work anymore for a specific domain

I had a local webserver that was working fine and on which I had a website on domain example.com. I was also using a static public IP for the WAN with ISP #1. Now I decided to move the website to a remote hosting company so I changed the A records…
M.Parent
  • 13
  • 1
  • 5
-1
votes
1 answer

Website .htaccess redirection loop issue

I have my news website hosted in US and it is being managed by cloudfare. I have placed one local server in Nepal as well for faster serving of web pages. MYSql replication and web content sync is being done. My requirement: As news editor uploads…