The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server, but the server could not find what was requested.
5
votes
0answers
187 views
IIS7 returns 404 on some static files, not others
I have a css file and a js file in a directory. The css file returns 200 OK while the js file returns 404 Not Found.
They have the same permissions. IUSR, IIS_IUSRS, Internet Guest Account all have ...
4
votes
0answers
133 views
Pins on Pinterest link to 404 - yet link is valid
this is a really strange one.
I've set up a bunch of pins on Pinterest linking through to our services which all work fine. Then I decided to do the same on our blog articles (we use Wordpress), yet ...
3
votes
0answers
270 views
When using a HttpHandler to handle 404s in .NET 4.0, how to determine the current path?
My app uses a HttpErrors rule in the web.config to redirect 404s to a custom HttpHandler:
<handlers>
<add name="MyHandler" path="/default.aspx" verb="*" type="MyHandler.HttpHandler" />
...
2
votes
0answers
46 views
Why does IIS return 404 when an unsupported verb is used?
IIS traditionally returns HTTP 404 in case there's some URI path configured to accept POST requests but a GET request is sent to that URI path. Looks like there's HTTP 405 code specifically for such ...
2
votes
0answers
75 views
Only new pages return 404 when trying to scrape - old pages scrape just fine
I am getting a 404 error when trying to have Facebook scrape my new url's. I have pages that are a couple days old that for some reason keep returning this 404 bad request code.
Older pages from more ...
2
votes
0answers
95 views
Getting 404 Error when trying to share from my custom iOS app with Google+
I installed the google+ SDK for iOS and implemented the share function:
- (void)customUIASView:(CustomUIASView *)customUIASView didClickGoogle:(UIButton *)sender{
static NSString * const ...
2
votes
0answers
81 views
Tomcat class load exception after bytecode injection
I inject a invoke statement(cajolingMe.cajoleMe();) to One of the webgoat's class(HammerHead.class). This method is a static method that called from a jar file which crated by fat-jar. I copy that jar ...
2
votes
0answers
166 views
Tumblr photoset's iframe loading 404 Not Found
I haven't found anyone with this problem either in stackoverflow or anywhere else and Tumblr support is being obtuse.
A few photosets on my tumblr are mysteriously loading a 404 not found page ...
2
votes
0answers
227 views
Excel web query 404 not found for site that exists
I am trying to use Excel 2010 to get web data using the Get External Data > From Web
Excel is able to download data from (just checking the top left box to get the whole page)
...
2
votes
0answers
70 views
Simplest Console Hosted WCF Service generates a 404 when browse to it
I have the very simplest Console based host for a simple WCF service. The app config for the service is:
<system.serviceModel>
<services>
<service ...
2
votes
0answers
296 views
.htaccess redirect of index.php is breaking 404 pages
I have recently setup a index.php redirect through .htaccess. The idea here is to negate duplicate content issue that crops up when a site has both an index.php and / (homapage) getting indexed.
...
2
votes
0answers
568 views
Random 500 & 404 errors - Gitlab
I get random friendly 500 and 404 errors on my Gitlab installation. Everything works fine except that.
It is really annoying, sometimes the pages work, sometimes I need to refresh the page a couple ...
2
votes
0answers
328 views
Using IIS 7.5 Express to launch MVC 3 application, gives HTTP Error 404.20 - Not Found
I have an existing MVC3 application and I want to run that using IIS 7.5 express. When I try to do that I get the following error:
HTTP Error 404.20 - Not Found
No default document.
Most likely ...
2
votes
0answers
345 views
Camel : jetty as input, soap as output
I would like to do a simple code with camel, to redirect an URL listener to a soap web service.
I have a simple PHP helloWorld SOAP web service available. I would like to type ...
2
votes
0answers
255 views
JSF JSF1064: Unable to find or serve resource,
In my jsf 2 (primefaces 3) application, I designed and used a page not found (404) for any request that is not match a page. I works fine for all requests except for the jsf resources such as ...
2
votes
0answers
391 views
404 error with wordpress ssl
SSL was installed on our server and our site is mostly wordpress and there are some non-wordpress pages which work fine with https:// and the home page works as well, but when I try to access a ...
2
votes
0answers
251 views
Apache Camel and CXF: Mutlitple cxf:rsServer tags .. is this possible?
I have been making restful webservices with cxf and camel, i came accross a strange issue i dont know if this is a normal camel behaviour or what.
I have multiple classes exposed as restful services ...
2
votes
0answers
185 views
WCAT : 404 Not Found in the log file
To make my load tests, I followed any WCAT tutorial:
1. Install IIS 6.0
2. Create 3 config file (Configuration, Script, Distribution) whose formats followed strictly to the tutorial.
3. Invoke these ...
2
votes
0answers
338 views
JQuery Mobile “Error Loading Page” on 404 and 500
I would like jQuery mobile to navigate to pages if they are marked with 500 or 404. Is there a way to let jqm know that these pages are okay to navigate to? I have seen other solutions that redirect ...
2
votes
0answers
487 views
JSF Exception - 404 500 codes
I have a JSF2 application which uses primefaces 3.0.
When I include 404 error code or 500 error code in my web.xml
<error-page>
<error-code>404</error-code>
...
2
votes
0answers
80 views
Can we skip the rails call chain when returning a 404 status in Rails Metal Controller?
I am writing a API for my rails app and I'd like to return the 404 code, for example, if user is not found. But whenever I return the 404 code rails takes over and end up giving me an error page with ...
2
votes
0answers
252 views
How to solve TinyMce image manager Network Error
It was working until my hosting do some changes to server. I don't know what changes they have made.
request is: click here
or
...
2
votes
0answers
215 views
.net SOAP Clients generate 404 errors when attempting to use JAX-WS SOAP RPC Web Services
In my current project I have to connect to a JAX-WS web service from a .net client.
The JAX-WS web service runs on a tomcat server. I'm able to test and use the Web Service with a simple ruby ...
2
votes
0answers
260 views
404 Page not Found DURING Web Deploy with Visual Studio 2010
I always get a 404 error, accessing my production web site during the publishing process using the 1-click publish ob Visual Studio 2010. After the publishing process finished everything works fine. ...
1
vote
0answers
16 views
Google Adwords API 404 Status
I am using google adwords api to get all accounts, I am getting The request failed with HTTP status 404: Not Found., on this line :
ManagedCustomerPage page = managedCustomerService.get(selector);
...
1
vote
0answers
17 views
custom 404 page for missing object in s3 temporary signed URL
I am generating some signed URL's for some private information in Amazon S3
In the case that the signed link has expired, or that the object doesn't exist there is an XML error that is reported, ...
1
vote
0answers
28 views
Cannot add/edit external links on Wordpress - receive 404 Requested URL cannot be found
I'm working on my Wordpress production site and I'm having a strange error that doesn't allow me to add or edit any Link which points to an external URL (not on my domain). Originally I could do that, ...
1
vote
0answers
29 views
Creating local Drupal site with Acquia - 404 errors
I'm currently in the process of trying to create a local version of my Drupal site with Acquia, and I've completed the full installation and import process. When I got to the URL for the install, the ...
1
vote
0answers
78 views
facebook share link returning 404 redirect error when page exists
Sharing the following link in facebook is returning 404 error page information instead of the page details and link even though the page exists:
...
1
vote
0answers
53 views
http 404 , resource not found
working with tomcat 6.0 server , i recently get the following problem , i created a jsp , restarted a server , then requesting this page i get the 404 error
HTTP 404 the requested resource can not ...
1
vote
0answers
55 views
Magento gives 404 on every page, including homepage
I have just followed the following steps for a Magento migration.
Copied all fiels from our staging server to the production server
Dumped the database and copied it to the production server
...
1
vote
0answers
170 views
Spring-mvc + MockMvc + junit result is 200 but should be 404
I use the spring-test framework version 3.2.1.RELEASE and, specifically, the MockMvc object to test my controllers.
The problem, however, is that when the MockMvc object does a perform on a ...
1
vote
0answers
335 views
404 error on signalr/hubs and on jquery scripts
I've just started using SignalR with C#, seems intresting.
I've created an ASP.NET Empty Web Application and followed the tutorial mentioned below
I found Getting Started with SignalR tutorial on ...
1
vote
0answers
112 views
wordpress returns a 404 when i call php file with jquery ajax
I have php file for adding email addresses to a newslist
the file is in my wp-content/plugins directory
my file is called add_subscriber.php
i think my htaccess block this file for some reason
my ...
1
vote
0answers
113 views
wordpress 404 not working properly
I have a Wordpress site with permalinks set to /%category%/%postname%.html. When I visit to a non-existing page, let say, example.com/non-existing-post, Wordpress 301-redirects to homepage instead of ...
1
vote
0answers
113 views
Rails controller - handle 404 and respond with dynamic HTML error page regardless of request format
Suppose I have the following logic in my ApplicationController:
rescue_from ActionController::RoutingError, :with => :handle_routing_error
def handle_routing_error(exception)
logger.info { ...
1
vote
0answers
152 views
Wicket (Java) : How to use wickettester to test if 404 redirected to correct page
With the wicketframework it's possible to use wickettester and see lastrenderedpage.
I want to test if my wicketapplication redirects the user to my custom ErrorPage on
runtimeexceptions and missing ...
1
vote
0answers
236 views
Page Not Found Error in Header of WordPress Blog
I'm working on a WordPress site and a weird thing is happening in the header.
It's giving me one of these above the header and content:
This is a GoDaddy message when a page is not found (I ...
1
vote
0answers
156 views
Debugging Intermittent 500 Internal Server error & 404 Not Found
I'm having an issue with an intermittent 500 internal server error. The error will sometimes appear every 2nd or 3rd page refresh, and sometimes it will not appear for a few hours and then suddenly ...
1
vote
0answers
79 views
404 error encountered when requesting a classic asp page in MVC3
I am converting a classic asp application to ASP.NET MVC3.
I have following route mappings in the global.asax:
routes.MapRoute("LogOn", "Scripts/Logon", New With {.controller = "Account", .action = ...
1
vote
0answers
160 views
Nivo Slider for wordpress not loading images - server responds with 404 error
I have the Nivo slider for wordpress install on a website I am working on. The plugin worked great until recently when it suddenly stopped working after I had made a series of seemly unrelated changes ...
1
vote
0answers
59 views
Integrating non www to www in an already working web.config for 404
After looking for the answer for hours, I need to ask. Let's say I have this web.config file that successfully redirects my 404 error page on my windows 2008 server:
<?xml version="1.0" ...
1
vote
0answers
166 views
Magento 404 is redirecting to home page instead of 404
In Magento, I've got a problem with my 404 page not showing up. For example, the following URL will redirect to the home page
http://www.site.com/page_does_not_exist
However, if I add the trailing ...
1
vote
0answers
66 views
Posting HTTPS form results in html 404 status code
I keep getting a HTML 404 reply from the server when I try to login via a httppost (https). Not sure if this is a cookie problem or something else. The code should be good as I have copied it from ...
1
vote
0answers
92 views
google connect error
I am trying to login using google account connection..
but it show me an error
Forbidden
You don't have permission to access /market/modules/connect/easyauth.php on this server.
Additionally, a 404 ...
1
vote
0answers
134 views
flask: error_handler for blueprints
Can error_handler be set for a blueprint?
@blueprint.errorhandler(404)
def page_not_found(error):
return 'This page does not exist', 404
edit:
...
1
vote
0answers
175 views
XAMPP Error with using ErrorDocument in .htaccess
I am using a .htaccess file for a short url system that I made. It is supposed to use a file, sudir.php, to find the url that the "code" that was entered is for. But whenever I goto the page at ...
1
vote
0answers
895 views
Magento index page loads but 404 errors on all others
Currently I am struggling with the categories and products showing 404 errors when I navigate away from the working home page.
I was able to install Magento and I am using a copy of an existing ...
1
vote
0answers
111 views
CTOOLS/CSS 404 NOT FOUND
I'm experiencing a rather odd problem. My server log is full of calls to urls like:
/sites/default/files/ctools/css/588b003a48050c4e59cbeba2b453cb92.css
They are all 404 errors. But the site works ...
1
vote
0answers
229 views
Jekyll Static Blog: Custom 404 page
My blog is built with Jekyll, and I rsync the output of _site/ to a Virtual Private Server.
I have a custom 404 page inside the _site folder and have configured ngnix to point to my custom 404.html ...