1
vote
2answers
17 views
Fileextension problems with classic asp
Hi,
I am running a classic ASP website where my online users can attach files to the internal message system. But whenever they upload an attachment with more then 3 characters in the fil extension, …
0
votes
3answers
44 views
Django custom handler404 shows 404 but gives header 200
Hi all,
I made a custom handler404 for a authenticated Django website to avoid information leakage.
def check_logged_in_404(request):
""" Custom 404. Show friendly 404 when logged in and …
0
votes
2answers
30 views
Custom Errors not Forwarding on ASP.NET MVC Site
On my site, a broken link throws the default, page not found error. In the web.config I have turned on CustomErrors and forward 404 errors to a custom message.
On my dev box it works, on the host it …
2
votes
5answers
98 views
MOSS 404 errors for some users on certain sites, sometimes…
Title says it all.
Everything works fine for most accounts 100% of the time but here and there some users who are able to access a subsite fine one day are greeted with a standard 404 the next. This …
0
votes
3answers
56 views
htaccess rewrite causes 500 error instead of 404
I've recently added this little bit of code to my .htaccess
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.php [L,QSA]
Ok, I understand what's happening …
1
vote
2answers
27 views
ErrorDocument 404 Not Sending Referrer Information: PHP
I'm using a standard htaccess ErrorDocument 404 to redirect users to a new page. In order to customize the 404, I need to know their referrer information (from the page they Tried to visit).
…
1
vote
3answers
186 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! thanks a lot!
…
-1
votes
4answers
93 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
81 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 for handling this …
0
votes
1answer
66 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 Connection: close …
1
vote
2answers
43 views
Drupal 6: Anonymously created nodes result in 404
Nodes of this certain types can be created by anonymous or registered users. If a registered user creates it, everything works fine. If an anon creates it, going to that node's page results in a 404 …
0
votes
1answer
68 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.com/dkfjf/fdf, It goes …
1
vote
3answers
53 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 lots of dead links …
0
votes
3answers
45 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? If so, how?
0
votes
1answer
31 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 expected, but when using …
