Questions tagged [http-status-code-404]

41 questions
41
votes
4 answers

Did Debian lenny repositories vanish?

Today, I tried to install packages through apt-get, but I encountered a lot of 404 errors. My sources.list was fully working last Friday (no changes to my knowledge), now I get: W: Failed to fetch…
Fdr
  • 515
  • 1
  • 5
  • 8
14
votes
7 answers

Page not found in IIS, but it's there

I have just installed IIS on Windows Server 2008. If I go to localhost, the default page is displayed, so the web server is ok. I have added a folder with a page in it in the \inetpub\wwwroot directory. The full path to the page is then…
user1301428
  • 3,325
  • 11
  • 37
  • 55
5
votes
2 answers

Easiest way to test a list of URLS for 404?

If i have a list of URLS (a column in excel), what is the easiest way to test all of them for 404? Currently, I just have to click each one, look at the page, and close the tab/window, and this is a pain. Thanks!
xdumaine
  • 2,299
  • 4
  • 22
  • 35
3
votes
1 answer

Are you aware of any client-side malware that sends lots of junk requests for .gifs?

I am getting dozens of 404 errors on my site that are requests for gif's with apparently random names, like 4273uaqa.gif and 5pwowlag.gif. I see that most of them are coming from one user. I assume something is happening in the background on her…
Matt Sherman
  • 255
  • 2
  • 12
2
votes
1 answer

Special characters in filenames + nginx + php = 404

Recently I moved to a new server after the old one had died. I had wordpress installation there, powered by Apache2 and Gentoo Linux. When moving, I decided to use nginx and Debian instead. I brought my wordpress back to work and everything would be…
2
votes
1 answer

Apache returning 404 if pathinfo includes partially URI-encoded URL

(Wow, that title sucks... Feel free to make a suggestion in comments or edit it if you have a better one.) I have a server with a CGI program which receives a URL as pathinfo, checks the user's IP address, and redirects them to either go directly to…
Dave Sherohman
  • 5,383
  • 1
  • 23
  • 31
2
votes
1 answer

PHP 5.3.1 with IIS 6.0 returning 404 but file is really there

I installed PHP 5.3.1 VC9 for Windows x86 and selected IIS FastCGI as the target webserver. My system is a 32-bit Windows XP with IIS 6.0. Before this I installed IIS FastCGI extension. Now when I browse my website I can still see all my old files,…
PP.
  • 2,695
  • 3
  • 24
  • 28
2
votes
2 answers

How can I download a file the moment it becomes available on linux?

How can I set up something on a Linux machine so that the moment a file on a web server returns something other than a 404 error it will download it. I would like it to stop checking the moment the file is started to download successfully, but still…
geek1011
  • 1,260
  • 10
  • 25
1
vote
2 answers

HTACCESS - Serve 404 for "deny from" instead of 403 for files to an ipaddress

Is there a way to serve 404 instead of 403 when matched with "deny from"? For example: order deny,allow deny from 127.0.0.1 This will normally server a 403. But I want to server 404.
Raheel Hasan
  • 143
  • 2
  • 11
1
vote
2 answers

Problems installing GIT on Ubuntu (Jaunty) via apt-get

I am trying to install git using sudo apt-get install git-core But it fails with this error message: Do you want to continue [Y/n]? y WARNING: The following packages cannot be authenticated! liberror-perl git-core patch Install these packages…
jamadri
  • 119
  • 1
  • 3
1
vote
0 answers

How to enable ASP Classic in IIS 7.5

I am running IIS 7.5 in Windows 7 and have already gone into "Turn Windows features on or off" and enabled ASP in "Internet Information Services/World Wide Web Service/application Development Features". Once I did that I started getting an HTTP 404…
Brandon
  • 111
  • 4
1
vote
2 answers

why do I keep getting 403 and 404 errors in the MIDDLE of downloads using DownThemAll? Very frustrating

looking up 404 error code, I find that it's supposed to only occur when a file or http source is no longer available at the specified location. but I'm getting it in the middle of downloads! makes no sense. and it happens to 1 out of every 4 or 5…
gene decker
  • 11
  • 1
  • 2
1
vote
1 answer

Pfsense web interface : 404 pages not found

I'm using a Pfsense as a home firewall, I set it up some month before and it worked perfectly. Now that I need to open a new port I connect to https://pfsenseip as usual, but this time the result is 404 page not found. I have restarted from the…
zonko
  • 21
  • 3
1
vote
1 answer

HTTP Error 404. The requested resource is not found. - Only when no "https://" is entered. Windows IIS with Wordpress. - Any ideas?

I am running Windows Server 2012 R2 with IIS. I have added a website at the following address: https://List4Less.com It worked fine up until recently. I added a wildcard SSL certificate and it works fine as long as I include "https://" in front…
J. Yonan
  • 21
  • 2
1
vote
1 answer

Nginx returns "404 Not Found" for everything but index.html

Answer in comments, I didn't have the correct permissions set. Moved from Stack Overflow My website, https://davisstanko.com returns a 404 error for everything other than index.html. This includes files such as pictures which can be confirmed in the…
Davis Stanko
  • 11
  • 1
  • 6
1
2 3