0
votes
1answer
17 views
External form causing wordpress 404 error
I have a file outside a Wordpress install that contains a form that submits to itself. I can access and fill the form out, without validation the form submits and reloads as expec …
-1
votes
4answers
81 views
Most fun/original error 404 pages on the internet [closed]
What is the most fun/original 404 not found page you've found on the internet or you have on your server? :)
0
votes
4answers
77 views
In a database driven web app, what should the user see when the database is unavailable?
If a web application relies on a database to serve dynamic content and that content is unavailable for whatever reason (database server down, etc.), what is the preferred method fo …
0
votes
1answer
30 views
Sharepoint 404 error after renaming subsite
I renamed a Sharepoint site directory site from "Sites" to "Team Sites" and then back again. Now whenever I try to access it, or any of its subsites, I get the error
HTTP/1.1 404 …
0
votes
3answers
36 views
Can Apache serve a default file instead of a 404?
We have Apache serving a set of files from a particular directory. If a file requested in that directory does not exist, can I make Apache return a default file - instead of a 404? …
1
vote
3answers
51 views
How Can I Deal With Those Deal Links After Revamping My Web Site?
Couple of months ago, we revamped our web site. We adopted totally new site structure, specifically merged several pages into one. Everything looks charming.
However, there are lot …
0
votes
1answer
43 views
PHP navigate to error page
In my website, website.com/downloads actually goes to website.com/index.php?page=downloads (with apache rewriting). I have a custom 404 not found error page set. If I do website.co …
2
votes
1answer
45 views
404 Error messages in django
I have a project that I am working on in django. There are a lot of instances where I:
raise Http404("this is an error")
and it creates a nice 404 page for me with the error mes …
0
votes
1answer
46 views
Why is my catch all not being executed?
I have a Map Route "Catch All", "{*catchall}", new {controller = "Error", action="NotFound"} which doesn't get executed. This Map Route is preceded by two more routes for Error and …
0
votes
3answers
47 views
Check for files (robots.txt, favicon.ico) to a website php
I would like to check to a remote website if it contains some files. Eg. robots.txt, or favicon.ico. Of course the files should be accessible (read mode).
So if the website is : …
0
votes
2answers
33 views
Development web server fires Application_Error on 404, why doesn’t IIS7?
I'm using Application_Error to catch some legacy URLs and URL shortcuts. In Global.vb I have this code:
Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
…
0
votes
2answers
119 views
redirecting to homepage rather than 404 error page!
Hi friends,
I'm working with PHP. I have an .htaccess file like below, and it redirects to homepage rather than 404 error page :/ what can be the problem here? Appreciate helps! …
0
votes
1answer
205 views
Getting a Magento 404 error when accessing the module settings through admin panel
So I downloaded the Magento free blog extension but it only supports a single blog.
So I duplicated the extension as I need more than one blog in my magento store. I changed all th …
1
vote
3answers
173 views
HttpModule for Error Handling and Missing Images
I have an HttpModule that I have put together from cobbling a couple of different sources online together into something that (mostly) works with both traditional ASP.NET applicati …
0
votes
1answer
96 views
How to solve a “HTTP Error 404.3 - Not Found” error?
Simple problem. I start up VS2008 and create a new WCF Service application. This will create a default application with a few test methods showing it works. I press CTRL+F5 and it …
