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.

386 questions
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
0
votes
2 answers

nginx use rewrite as dynamic 404 image

I want to get a dynamic 404 response depending on the requested url: foo.jpg doesn't exist http://example.com/img/style/thumbnail/foo.jpg should show http://example.com/img/notfound/thumbnail.jpg with a 404 header status I got the…
jan
  • 118
  • 1
  • 3
0
votes
1 answer

nginx: how to cache negative FastCGI responses only

Need some collective brainstorming :). There is a heavy PHP application (e.g. Magento) and each time a visitor hits a non-existent page (or there is a problem with a particular part of the application and it returns errors) the load on the…
galaxy
  • 2,089
  • 2
  • 15
  • 15
0
votes
1 answer

kohana 3.1 in subdirectory + ubuntu 14.04 + php-fpm + nginx 404 errors

i have an old kohana app that i'm trying to put on my VPS but can't seem to get it working. i've spent hours googling and looking at cached forum answers. i have tried them all and nothing seems to work. admittedly, i have no idea how to deal with…
gabereal
  • 101
0
votes
0 answers

Files 404 unless owned by 0:0

When I upload files to my staging server (CentOS 6.5, Apache 2.2.26) - such as images or PDFs - via FTP, or by using a file upload script I created (using Laravel 4), they 404 even though they exist. However, any files that are pulled via git are…
Sacha
  • 101
  • 2
0
votes
1 answer

404 not found error on Rails app with Helicon Zoo on Windows Server

I'm trying to run Rails App with Helicon Zoo on Windows Server 2008 R2. For the test case I used Redmine 2.3 that goes with the Helicon Zoo module. Redmine has been installed successful, but it is available only from local network. I've configured…
0
votes
0 answers

google webmaster soft 404 on 301

I'm looking through google webmaster that my page is generating soft 404 errors (https://support.google.com/webmasters/answer/181708?hl=en) google says: We recommend that you always return a 404 (Not found) or a 410 (Gone) response code in response…
0
votes
1 answer

yum search fails when run as non-root user

My yum has started failing to do search as a non-root user. This was working previously, and then something has been gummed up: sudo yum update works fine, as does sudo yum search blah. yum search blah, though, generates pages of errors and cannot…
Robert Muil
  • 101
  • 2
0
votes
1 answer

Handling 404's with HAProxy

I have a bunch of domains passing to a Resin cluster through an HAProxy. The idea is, when I receive a 404 because of a non-existent subdomain, I want to redirect it to the existing page, like this: test123 is a non-existing subdomain, so if I make…
Masterl1nk
  • 157
  • 2
  • 13