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
1 answer

Plesk 11 - Custom Error Documents, URL fails with "Wrong URL format"

I am setting up a new Plesk account and want to add a custom error document, 404, specifying a URL to a PHP file. In another account, which uses an earlier version of Plesk (v10, if not mistaken), the following method works, just not in Plesk…
Sarah Weinberger
  • 421
  • 2
  • 9
  • 23
1
vote
0 answers

Azure Websites WAWS and several subdomains

I have a website mysite.azurewebsites.net and a domain mydomain.com Linking mydomain.com to the website succeded. I added a DNS entry A record and the awverify.mydomain.com CNAME to mysite.azurewebsites.net Now, http://mydomain.com works…
1
vote
3 answers

Magento Migration - Always 404

I just cant get Magento running on a new server. I followed these Instructions exactly, I tried both methods. When I open the website, it just gives me the Magento 404 "Page not Found" page. I do not get any errors in my nginx error log either. How…
s1ck
  • 145
  • 1
  • 2
  • 8
1
vote
1 answer

How can I set up a 404 error page when people access http://ftp.mydomain.com?

I am a freelance videographer/developer, and part of my job involves transferring large files over FTP to production houses/television stations. While the majority of people in my industry understand the difference between FTP and HTTP, I've…
Tim B.
1
vote
1 answer

Nginx dynamic PHP 404 (with URL rewriting)

I'm trying to set-up dynamic 404 pages so that I can keep the URL of the missing content, show it on the 404 page and keep my site's template consistent. Here is my site conf: server { listen 80; server_name www.example.com; …
grandcameo
  • 23
  • 4
1
vote
2 answers

Cannot serve epub files in IIS6

i am trying to serve epub files in IIS6 (Windows Server 2003), but instead the browser serves a 404 Not Found page. How do i serve EPUB in IIS6? Open the IIS Microsoft Management Console (MMC), right-click the local computer name, and then click…
Ian Boyd
  • 5,131
  • 14
  • 57
  • 79
1
vote
2 answers

How to catch all wrong (urls) request to my ASP.NET app?

I have an ASP.NET web-site and to catch wrong urls requests and redirect them to homepage I put: in my web.config This only works for…
user22817
  • 215
  • 4
  • 11
1
vote
1 answer

Testing HTTP status codes

I'm running an Apache Tomcat server. Making some security testing I'd noticed than my server is returning a 200 HTTP status code of the default error page when I try to access to a non-existent element instead of return a 404 status code and…
amusero
  • 11
  • 2
1
vote
2 answers

Why do I get page not found (404) for correct links?

I have a very strange issue: Google is giving me that some links in my sitemap are not accessible and are giving 404 errors. However, I have tried to open the pages in question and it works fine. The website has been built using codeigniter and here…
Alaa Alomari
  • 638
  • 5
  • 18
  • 37
1
vote
1 answer

Lighttpd - rewrite request when 404 error

I have question if it is possible do run mod_rewrite rule when 404 error occurs. Example: Request: http://domain.com/files/img/file.jpg If there is no /files/file.jpg, then Lightttpd should rewrite request to file /files2/img/file.jpg How to do that…
Pajak Leon
  • 153
  • 2
1
vote
1 answer

Failed PCI compliance - 403 (Forbidden)

Due to a recent upgrade in the scanning done by our PCI compliance testers, we recently failed a PCI, and the suggested solution is as follows: Configure the HTTP server to specify the same error documents for both 403 (Forbidden) and 404 (Page…
1
vote
1 answer

django, fastcgi, throws random 404 errors

I have a django website deployed on a shared webhost. The shared webhost uses fastcgi. I'm noticing that valid urls will randomly throw up http404 but as soon as I refresh will work again. does anyone know why this may be? * Update * Sys admins…
w-01
  • 195
  • 12
1
vote
2 answers

Links break in IE9 when using Wordpress plugins in non Wordpress Page

I have a site that uses SEF URLs and htaccess RewriteRules to serve up the pages. This has worked fine for several years until the arrival of IE9. Now it appears that the links are not being rewritten and the site is dead in the water. I have…
1
vote
0 answers

Lighttpd: Subdomains give an 404 Error

Since the last days, all my subdomains doesn't work anymore. I get only an 404 Error/Placeholder page. I have not make any changes on my Lighttpd.conf or on the 10-simple-vhost.conf. Does have anyone similar problems? How can i fix that? Here is my…
hazelnut
  • 25
  • 1
  • 7
1
vote
1 answer

IP address of server returns 404

I have a server which hosts multiple domains. A couple of days ago I had to re-install apache, and after that typing the IP address in the browser returns a 404 error. I still can access all the sites hosted correctly through the domain names. For…
shyam
  • 187
  • 3
  • 11