0
votes
3answers
284 views
Asp.Net MVC on Subdomain, standard MVC app gives 404’s
I am trying to deploy my MVC app on a subdomain, unfortunately I get 404 errors.
I tried to find out if it's MVC itself that can't handle being hosted on a subdomain.
I uploaded the standard bare …
0
votes
1answer
28 views
Migrating from Drupal to Rails - Routing
I've developed a new Ruby on Rails site for my organization. I want the new Rails site to intercept incoming requests that were meant for the old site and display a message for the user indicating …
1
vote
2answers
20 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, …
1
vote
3answers
187 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!
…
0
votes
3answers
45 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 …
5
votes
3answers
1k views
Deploy asp.net mvc beta to iis 6 causing 404’s
I'm struggling to get around the 404 errors from asp.net mvc beta when deploying on IIS 6. I had this working in one of the previews by mapping .mvc in IIS but this no longer works. I've read Omar's …
0
votes
5answers
1k views
Postback problem when using URL Rewrite and 404.aspx
I'm using URL rewrite on my site to get URLs like:
http://mysite.com/users/john
instead of
http://mysite.com/index.aspx?user=john
To achive this extensionless rewrite with IIS6 and no access to the …
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
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 …
1
vote
2answers
29 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).
…
0
votes
2answers
121 views
Multiple GET or POST variables 404’s wordpress pages (numeric permalinks)
I am developing a live-action tag game (called DeTag) that uses a web interface for reporting kills. When a user wants to report a tag they go to a page to confirm who and when they tagged, then …
0
votes
3answers
57 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
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
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 …
-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? :)
