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

Varnish 404 error every few hours

I wonder if someone can point me in the right direction with this. Something changed on my VPS at my hosting provider and loads of things have been going wrong ever since. One of those things is Varnish - I have had to rebuild my whole varnish…
WPDEVE
  • 1
  • 2
0
votes
1 answer

IIS Server Subdomain Redirection

I have a Windows Server 2012, with IIS 8 installed. I have multiple websites there. I also have the Default Website. When I create a new website like www.abc.com and abc.com, it works fine. However, when a customer enters an invalid subdomain to…
0
votes
1 answer

Wordpress website consuming huge bandwidth on 404 pages

I am running a website on Wordpress and there is a lot of bandwidth consumption because of hits on 404. image showing the url being targeted to generate 404.. I am sure that the url "/wp-includes/Text/Diff/1.php" is being accessed from outside the…
0
votes
1 answer

Non-existent ssl subdomain graceful 404 handling?

Running Apache/2.4.16 (Ubuntu). I have a certificate with 5 subdomains (app, cdn, api, m, www/home). I want undefined subdomains to 404. I guess https://domain.com/404 would be the appropriate place. How do I do this and avoid "Your connection is…
Ty Kroll
  • 101
  • 1
0
votes
1 answer

404 - File or directory not found with IIS 8.5

I am migrating IIS 7 websites to IIS 8.5. My website is using .Net v2.0 and completed everything as per the migration. When I tried accessing the website from local (from IIS) I am getting the page as expected. But trying from external world, from…
0
votes
1 answer

Nginx throws a 404 error when trying to access a CodeIgniter (PHP) controller

I'm trying to use CodeIgniter with Nginx. I'm on development so I'm running on localhost. This is my /etc/nginx/sites-avaiable/default file: # You may add here your # server { # ... # } # statements for each of your virtual hosts to this…
user2719875
  • 129
  • 1
  • 6
0
votes
1 answer

Our site using Akamai is returning 404 (from time to time)

We are facing an issue with sites hosted by Akamai. From time to time we can't load some websites from Akamai and the server return "404 not found". This is temporarily error and it could be that the same site is loaded correctly two hours…
Adam
  • 11
  • 4
0
votes
0 answers

iis8.5 Not Found page, SNI and Host Headers. Refuse Connection Possible

I am using IIS8.5 to host a few internal and external sub domains. Everything is working prefect but I have one thing I would like to change and I have no idea where to start. I have set each site http and https bindings and I require SNI since I…
0
votes
1 answer

How can I avoid non-existent file -systematically- requests?

This is my apache httpd log: [Wed May 13 18:29:48 2015] [error] [client 108.162.213.59] File does not exist: /www/html/ui/core.min.js [Wed May 13 18:29:48 2015] [error] [client 108.162.210.161] File does not exist:…
0
votes
1 answer

Windows IIS displaying SSL certificate, but generating 404 error

I've got a bit of a strange situation. I've got an Amazon EC2 with Windows Server 2012 running Coldfusion with IIS. The strange issue is my server is appearing to match the domain to the server with the SSL certificate on the box. The site's content…
user125264
  • 101
  • 3
0
votes
1 answer

Apache Multiple ProxyPass 404

I am trying to setup a proxy through Apache 2 on Ubuntu 14.04. I have two proxies that I want to use. One is for a Ruby Thin server running locally. The other is for a phone statistics page. I have configured a conf file with the…
t3h-chipmunk
  • 29
  • 1
  • 3
0
votes
1 answer

Wordpress Website now showing 404 Error? Can't fix

My website: www.kmskinboutique.com It is now showing a 404 Error warning on 1/2 the page (on the homepage & tabs). Nothing is missing - the warning just pushed my website down. I have searched & can't figure out how to repair. Any help out…
0
votes
1 answer

Can't get 404s for Wordpress pages with permalinks and nginx

I have nginx 1.6.2 serving a wordpress site, with php-fpm. Permalinks are setup the following way: /blog/%postname%/ nginx serves correctly the site pages (/, /products, /contact...) as well as the blog articles (under/blog/). 404s work well for…
Mehdi
  • 121
  • 9
0
votes
1 answer

nginx reverse proxy fail for remote server

This is my nginx.conf on cs2: user nginx; worker_processes 1; error_log /var/log/nginx/error.log; error_log /var/log/nginx/error.log notice; error_log /var/log/nginx/error.log info; pid /var/run/nginx.pid; events { …
Tariq
  • 101
  • 2
0
votes
1 answer

Nginx configuration doesn't work with wordpress in subdirectory

I have a nginx installation which I need for hosting web sites in development so that other people can test them out. Right now I've set up a virtual host for a single sub-domain and in that directory I symlink projects which should be open for…
Niklas
  • 113
  • 2
  • 8