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

Webmaster randomly reporting a massive increase in 404s (apparently from old sitemaps)

Well, I'm stumped. Several months back, we launched a totally new website, replacing a legacy system that was pretty messy. Part of the mess was many, many pages created that really didn't need to be there or be crawled by Google. There was a lot of…
0
votes
1 answer

Multiple DNS A record for one machine

I saw this post but it doesn't really address my situation. I am trying to add a second Address record for the same IP address but for some reason I am constantly getting a 404 bounce from dsnextgen.com?? Is it possible to set more then one Address…
0
votes
2 answers

Apache 404 Error While PHP File Exists

I am getting 404 error while the file exist. I gave the file (chmod 755) still the file does not show up. Strange part it only happens to few files. I am certain the file exists on the directory and PHP file have no script errors. My .htaccess…
charles
  • 1
  • 1
  • 1
0
votes
2 answers

Configure Apache 2 to specify the same error documents for both 403 (Forbidden) and 404 (Page Not Found) responses

I'd like to know how to configure Apache 2 to specify the same error documents for both 403 (Forbidden) and 404 (Page Not Found) responses. I assume there is a directive to add to httpd.conf, but not sure what it is. Most of the tutorials I see for…
0
votes
2 answers

How to reverse this Nginx rewrite rule?

I've been having trouble getting Nginx rewrites to work. On Apache I had the following rewrite, which directed all requests that did not request a PHP file to index.php: Options +FollowSymLinks RewriteEngine on RewriteRule !^(.*)\.php$ ./index.php…
0
votes
1 answer

Redirect www.mysite.com/XYZ_404err_variety to www.mysite.com, how?

I get 404 errs with tangling urls such as www.mysite.com/XYZ_404err_variety, I want to redirect everything like that to www.mysite.com/, how? I am using *ix -server on apahce. I tried this one but it messed up my configurations for some…
user10608
0
votes
1 answer

Can the re-occurring of 404 error lead to Internal server error (500)?

I'm wondering can the re-occurring of File Not Found (404) error eventually lead to Internal server error (500)?
2hamed
  • 479
  • 1
  • 5
  • 23
0
votes
2 answers

ubuntu server 10.04 nginx 404 errors

What I am trying to do is setup a web server for development running in VMware with the IP address of 192.168.190.128. Nginx is installed and running and I get the "welcome to nginx" page. However when I create a subfolder in "var/www" and try to…
Jordan
  • 63
  • 1
  • 7
0
votes
2 answers

How do I set up IIS7 to pass everything through to Joomla?

Context: IIS7, Win7, Joomla 1.5 With this URL, http://website/foo , if I have a subdirectory called "foo" in the root of the Joomla install, IIS7 tries to find index.php in it and returns a 403 before Joomla gets going. With this URL,…
0
votes
2 answers

nginx phpmyadmin 404

I am trying to install phpmyadmin on my nginx web server. I installed phpmyadmin without a problem. I created subdomain for it. For security reasons I didnt call my subdomain "phpmyadmin" i used a different name. Then I used this config for my…
borannb
  • 1
  • 1
  • 6
0
votes
1 answer

Parenthesis in apache web file name

I'm hosting an image server where my clients upload their photos for viewing by their customers later. We've migrated our site from a Windows server to Linux. Some of our clients are accustomed to being able to use parenthesis in the file names. …
peg_leg
  • 93
  • 1
  • 1
  • 7
0
votes
1 answer

Why servers error log states lots of file doesn't exist, but files are accessible and website works well

Possible Duplicate: Why servers error log states lots of file doesn't exist, but files are accessible and website works well we migrated our website onto VPS server (CentOS 5.6 + Plesk 9.5), everything works nice, but one strange thing that i…
0
votes
2 answers

Cant hit defined virtual host on default mac installation - Please help

Cant for the life of me figure out whats wrong here. Problem: Typing transitap.local yields in a 404 error. System: Mac OSX10.7 My /etc/hosts file: 127.0.0.1 localhost 127.0.0.1 transitap.local 255.255.255.255 broadcasthost ::1 …
RCONE
  • 1
0
votes
2 answers

How to give a 404 error for a http request to an ip address

I have a fairly basic question. Please be patient with me. As an example, say I host "www.example.com" and "www.another-example.com" on a single server with an ip address of "1.2.3.4". Here would be a typical apache configuration: Listen…
Kevin
  • 63
  • 4
0
votes
2 answers

IIS 6.0 - 404.0 - Win32 status 3 - but file is present

I am booting a PXE image via TFTP and getting an error that I cannot resolve. Basically, upon the image booting, it is supposed to download a configuration file with the extension ".txt" from the same server that it got its image from. It's loading…
Geo Ego
  • 205
  • 3
  • 13