Questions tagged [http-status-code-404]

404 is the HTTP status code for "Not Found"

A web server will return a status code of 404 when the resource that is being requested does not exist or cannot be found.

385 questions
-1
votes
1 answer

404 header error instead of the correct 200

I have just updated a (dynamic) website by sftp/ssh and all the new pages have been considered as 404 error not found. Actually, all the pages, including the old pages which was overwritten. Also, the website is using cloudflare. Let me show you a…
Greg
  • 101
  • 5
-1
votes
1 answer

Nginx 404 Not Found

I have the problem that my http://kd41364.zap-hosting.com/ Webpage works on my Linux. However, all other sub-pages get a 404 Not Found error from nginx. (www.kd41364.zap-hosting.com/owncloud) I tried everythink from this forum and a lot of other…
-1
votes
1 answer

Port forwaring with iptables generate 404 error on apt-get

I have a server with Proxmox OS installed and some virtual machines inside. Following a guide found on the web i modified my /etc/network/interfaces like shown below to create a virutal interface named vmbr0:0. Then I connected the virtual to the…
-1
votes
1 answer

nginx 404 on wp-admin directory

Getting a 404 when access the /wp-admin/ folder. Any idea why? Here's the configuration file - upstream domain_http { server 192.168.1.2:80; } server { listen 192.168.1.3:80; server_name domain.com; location ~*…
ChrisG
  • 99
  • 3
-1
votes
1 answer

The requested URL /sot was not found on this server

I have a VPS (Centos 5) and want to use a file in address like this: www.domain.ir/socket.php but after entering the address I see this error: Not Found The requested URL /socket.php was not found on this server. Apache/2.2.29 (CentOS) Server at…
Reza Kazemi
  • 1
  • 1
  • 2
-1
votes
1 answer

nginx 404 logs to all virtualhosting logs

I am using nginx and i have two sites running: site1 = /1/access.log site2 = /2/access.log when a user get 404 images not found on site2 nginx writes to access.log of site1 & site2 reporting the not found error, i tried everything to get separated…
Dr.D
  • 1
-1
votes
1 answer

Setting up a catchall with NGINX

I'm having a problem with my nginx server configuration. The current behavior is that if a domain can't be found in any of the configuration files, it will redirect to a random other configuration. Instead, I would like to simply display a 404 error…
Katai
  • 185
  • 1
  • 2
  • 12
-1
votes
3 answers

How can i do a redirect with 404 as status code in Nginx

We have moved our website to a new domain and our SEO department want to have some redirect from the old urls to the new urls with 404 status code. I dont know if it is possible and want to collect some opinions from the community My question: i…
-2
votes
1 answer

404's on large request pages

We just moved to a linux apache cpanel vps server. Some pages with large numbers of images are receiving many 404's per page load. Some images load while others result in a 404. different images get the errors every time. all images exist and are…
John
  • 19
  • 1
-2
votes
1 answer

404 page when accessing http://localhost:1111/

Is the port 1111 reserved as a default port for the ODBC connection? When I try to point my browser to http://localhost:1111/ it gives a 404 and not a page not found. What is the best way to debug 404's from the ODBC ? I am using Ubuntu and…
Genadinik
  • 1,083
  • 4
  • 18
  • 38
1 2 3
25
26