Top "Http-status-code-404" questions

The HTTP status code 404 or "Not Found" indicates the server could not find the requested file or resource.

Tomcat 404 error: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists

I was following the tutorial on o7planning and got stuck at step 6: http://o7planning.org/en/10169/java-servlet-tutorial It's …

java tomcat http-status-code-404
TOMCAT - HTTP Status 404

I set up my server in eclipse and when I run it the console prints: mai 02, 2013 4:05:13 PM org.apache.catalina.…

eclipse tomcat http-status-code-404
Tomcat Servlet: Error 404 - The requested resource is not available

I am completely new to writing a Java Servlet, and am struggling to get a simple HelloWorld example to work …

tomcat servlets http-status-code-404
HTTP Status 404 - The requested resource (/) is not available

I integrated Tomcat 7 in Eclipse. When I start it using Eclipse, it shows that Tomcat is up and running, but …

eclipse jsp tomcat http-status-code-404
Enabling SSL with XAMPP

I've been following this guide as much as I could http://robsnotebook.com/xampp-ssl-encrypt-passwords . However whenever I browse to a …

ssl https xampp http-status-code-404
HTTP 404 Page Not Found in Web Api hosted in IIS 7.5

I have a Web Api application. It works perfectly well when I tested it using the VS 2010 debugging dev server. …

c# asp.net-web-api iis-7.5 http-status-code-404
Easy way to test a URL for 404 in PHP?

I'm teaching myself some basic scraping and I've found that sometimes the URL's that I feed into my code return 404, …

php http validation http-headers http-status-code-404
How to redirect to a 404 in Rails?

I'd like to 'fake' a 404 page in Rails. In PHP, I would just send a header with the error code …

ruby-on-rails ruby http http-status-code-404
Why is @font-face throwing a 404 error on woff files?

I'm using @font-face on my company's site and it works/looks great. Except Firefox and Chrome will throw a 404 error …

css http-status-code-404 font-face woff
How can I create an error 404 in PHP?

My .htaccess redirects all requests to /word_here to /page.php?name=word_here. The PHP script then checks if …

php redirect http-status-code-404