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
vote
0 answers

Wordpress/IIS/PHP cannot download files with non-ASCII characters

I have a Wordpress installation on a Windows IIS with PHP. It is not possible to download files from the website that have been uploaded with non-ASCII characters. Renaming the files with ASCII characters works fine. Does anyone know how we can…
1
vote
1 answer

Using nginx try_files and custom error pages for the main location block?

When using try_files in nginx, is there a way to specify and use a custom error_page only after it has tried each URI specified in the try_files directive? The below configuration does not work: location / { if (-f…
OwN
  • 177
  • 3
  • 13
1
vote
0 answers

iis 8 basic authentication 404 error

I deployed a .Net application on Windows Server 2012. The application works fine when no authentication is enabled(with anonymous authentication). When I enable Basic authentication, the site redirects to some Accounts/login*** page(having set…
user53864
  • 1,653
  • 8
  • 36
  • 66
1
vote
1 answer

Apache 404 errors with "hello" as URL

My web server emails me if a 404 error occurs (to help me with missing links). I only had the usual 404's like http://www.example.com/administrator and so on. But lately I keep getting a request for http://www.example.com/hello. I seem to get them…
G Trawo
  • 153
  • 6
1
vote
0 answers

Can 404 errors be called as wasted computation power ? Can a lot of 404 errors have an effect on servers ?

Let's say that a lot of people use a link where there's nothing on the server and it throws a 404 status code. Would it mean that the server would have to search its entire database for that resource before throwing a 404 error ? Would it mean that…
1
vote
2 answers

bizarre 404 on nginx

i have a location block for / that passes any virtual paths to index.php as instructed on the nginx pitfalls page. i have been using this setup for some time now, but recently i have noticed that some url's with - in the path segment return 404 in…
r3wt
  • 202
  • 1
  • 3
  • 10
1
vote
1 answer

Using multiple .htaccess files with multiple ErrorDocument 404 entries

Here's what I'm trying to accomplish. Right now, in /var/www I have an .htaccess file with multiple ErrorDocuments defined for various errors. I also have subsites (i.e. /var/www/tf2c, /var/www/obtf2). Right now, I've got any missing pages in those…
user310026
1
vote
1 answer

nginx spam 404 errors

My server is spammed by multiples XXX domains, there is a lot of 404 errors in my logs and i can't find the solution to stop that. 2015/07/31 09:13:20 [error] 7070#0: *610 open() "/var/www/domain/mobile/www/www-sexvideo-shifuni.html" failed (2: No…
Benjamin B.
  • 111
  • 1
1
vote
2 answers

rewrite refuses to work

I want to rewrite this url: http://cyanogenupdatetracker.com/api/v1/show_devices.php to http://cyanogenupdatetracker.com/api/v1/devices I used this .htaccess file Options +FollowSymlinks RewriteEngine on RewriteRule ^devices$ devices/ RewriteRule…
1
vote
0 answers

IIS 8.5 Instant 404.0 error on MVC site

I have an MVC site which I have published to my server. It has two different roles for internal and external users. Externally (using www.oursite.com) the site works fine. when we try to access it internally (http://SERVERNAME/application) it…
Jake
  • 205
  • 1
  • 9
1
vote
2 answers

wget shows 404 not found while the page is live

This looks simple but I don't know how to fix. Open the following URL in your browser: https://ecomm.sella.it/gestpay/gestpayws/WSCryptDecrypt.asmx?WSDL This seems working and this will download and XML WSDL in your browser. But on our linux server…
1
vote
1 answer

WordPress in SubDirectory with Nginx

No matter what I seem to do, my WordPress site works great, including all permalinks, but I can not access the wp-admin area. Whenever I try to do so, I get a 404 error. I have WordPress installed into it's own directory, simply called "wordpress".…
WebDevDude
  • 151
  • 2
  • 7
1
vote
1 answer

openshift won't start: "Address already in use"

I'm using openshift to evaluate/mess about with jboss's BRMS tool through their workshop they have start up on the page: http://www.jboss.org/products/brms/get-started/#!project=brms I have loaded it onto an openshift account I created a ruby…
1
vote
1 answer

Strange 404 url requests

I'm running a nodejs server with the express framework. I'm using Keymetrics.io to keep track of my app's status. I have been keeping track of 500 and 404 errors and sending them to Keymetrics and the 404 errors show something strange I have not…
1
vote
1 answer

Apache 404 returning 500 errors. Request exceeded redirects

I'm trying to setup a site with static HTML with Apache 2.2.22, but I'm getting a 500 error instead of 404. The message in the error log is: [Sun Dec 14 09:48:45 2014] [error] Request exceeded the limit of 10 internal redirects due to probable…