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

.htaccess is not working

I have a .htaccess file in /var/www, the contents of which is: ErrorDocument 404 /404.html In apache2.conf AccessFileName is .htaccess, and AllowOverride does not exist. For some reason, visiting example.com/anything does not show 404.html.
JJJollyjim
  • 265
  • 2
  • 4
  • 12
0
votes
1 answer

.ashx cannot find type error on IIS7 , no problems on webdev server

I am trying to make AspNetComet.zip work on IIS7 (a simple comet chat implementation) Here is a portion of my web.config.
0
votes
2 answers

Apache+mod_jk and a specific 404 handler

I have a relatively simple Apache httpd + Tomcat via mod_jk setup that works well, but I need to have Tomcat handle certain 404 conditions. Basically, the httpd service will handle images and PDF files and the occasional IIS hacking attempt. However…
0
votes
2 answers

Can access web application from browser but crawler application throws 404 erorr?

I am using an application called Xenu Link Sleuth to try and find broken links on a site we host. When I go to the site through a browser it pops right open. When I try to run it through Xenu it immediately throws a 404 not found error. I…
Abe Miessler
  • 905
  • 4
  • 11
  • 20
0
votes
2 answers

Returning a 404 page when a folder is accessed from one domain, but allowing access from other domains and IP addresses

Situation: I want to return a 404 page ("404.php") when a folder ("hidden") is accessed from the example.com domain. I want the same folder to be accessible from a subdomain ("hidden.example.com") or from a different domain ("hidden.com") which are…
okw
  • 103
  • 1
0
votes
2 answers

Where does Apache 2.2 store it's custom errors, if any?

I'm trying to set up custom error pages (403, 404, etc) on an Apache 2.2 setup. I know that on IIS7.5 the pages are stored in %SystemDrive%\inetpub\custerr\en-US\404.htm but am not sure where they are (or even if they exist) on Apache. Is there…
tombull89
  • 2,958
  • 8
  • 39
  • 52
0
votes
2 answers

Long file path returning 404 for "hello.htm"

I have a long file path that works on my server, but a simliar path returns a 404 error when it is on my clients (IIS6) server (http://ddmat.com/). Here's the functioning file path on my…
Adam Kane
  • 101
  • 2