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.

learn more… | top users | synonyms (1)

0
votes
4answers
25 views

Django: Static files missing when rendering template

I am using django 1.3 and trying to deploy a django project (client sent) on my dev machine (ubuntu 12.04). The problem is regarding the static files. My directory structure is as follows: ...
2
votes
2answers
35 views

why adding razorformat breaks web services in servicestack latest 3.9.45.0

I am breaking my head today why after upgrading to latest servicestack and servicestack.razor my routing in web services stops working. So I did the following test. created a new empty web project ...
1
vote
1answer
39 views

Getting a 404 when trying to use the taffy RESTful API framework on ColdFusion 8/Windows Server 2003/IIS6

I have been tasked with creating an API for our ColdFusion 8 based CMS system. After doing some research I decided that a RESTful API would be the best bet for three reasons: Its down right simple ...
0
votes
0answers
15 views

Cloud Foundry app is a 404, seems like it's been deleted [closed]

I had a node.js app running on Cloud Foundry, and now the app is a 404. My app's URL is tsdwg.cloudfoundry.com, and has been running for a long time with no issues. Do they delete apps without ...
1
vote
1answer
30 views

Spring 3 — 404 error using a ModelAndView

I am getting this 404 error message The requested resource (/ghs1986/WEB-INF/pages/poll1.jsp) is not available. from this controller method. @RequestMapping(value = "/poll1", method = ...
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); ...
0
votes
0answers
15 views

SOLR + Tomcat7 - 404 error -

This is what I get when I try to start Solr via Tomcat App Manager web interface: FAIL - Application at context path /solr-example could not be started http://xx.xx.xx.x:8080/solr-example gives 404 ...
0
votes
0answers
22 views

Custom Post types giving 404

Now I know this has been covered quite a lot, but I've read previous fixes on here and haven't had any luck. Basically my custom post types for questions are giving me 404 errors. So far I've tried ...
0
votes
2answers
16 views

After moving server and IP, stylesheets and other resources not found (404 errors in fiddler)

I have moved an Orchard CMS site from one host and server to another host and server. The IP address is obviously different. All the files have been correctly copied and the correct html is ...
0
votes
3answers
36 views

Spring 3 — No mapping found for HTTP request

I have a Spring form that's giving me a 404 error. Here is the error in my console. WARNING: No mapping found for HTTP request with URI [/ghs1986/poll1] in DispatcherServlet with name 'ghs1986' ...
0
votes
0answers
22 views

Website is getting barraged with bad requests [closed]

In the Google and Bing webmaster tools I see that thousands of bad requests have been made to my website for URLs that don't exist. I'm concerned this will hurt my SEO and degrade performance via ...
2
votes
3answers
31 views

MVC 4 catch all route never reached

When attempting to create a catch all route in MVC 4 (something I've found several examples of, and based my code on) it returns a 404 error. I'm running this on IIS 7.5. This seems like a straight ...
0
votes
1answer
50 views

Simple static website in GAE with custom 404 error page

I am using GAE for a simple static website with just html/htm pages, pictures etc. I am also using Python 2.7. So i use a straight forward app.yaml and main.py and that works. However, when ...
0
votes
0answers
11 views

How to store user profile data(images, jsons) for web application

In my java web application, I want users to login and upload some images and json files. While looking for the solution I found one related question Here. The only answer provided says that this data ...
0
votes
0answers
9 views

When change page creates 404 error handle document

Options +FollowSymlinks RewriteEngine on #Please edit this part to match your website #RewriteCond %{HTTP_HOST} ^lollu\.in$ #RewriteRule (.*) http://www.lollu.in/$1 [R=301,L] #Please do not edit ...
1
vote
2answers
82 views

Spring 3 — form with 2 buttons, sending 2 parameters to controller method

I have a Spring 3 MVC form with 2 parameters I'm trying to send to my controller method, and I'm getting a 404 error. The twist on this problem is that the form has 2 submit buttons, and the submit ...
1
vote
1answer
29 views

Yii 404 page - override parent htaccess

I'm using the Yii framework at my company site. I have a frontend at domain.com/... and a Yii based app at domain.com/app/.. . We recently added a 404 page to the frontend site, with htaccess's ...
0
votes
0answers
12 views

custom 404 error page issue

i have facing custom 404 page issue my directory are follows index.php 404.php my htaccess code is .. Options +FollowSymLinks RewriteEngine on RewriteRule ([0-9])/ index.php?page=$1 ...
0
votes
0answers
25 views

Rewrite URL redirects to 404

I have a page like http://www.fcarges1953.ro/colectie/sezon-programe/?id_sezon=1&slug=1961-1962 I tried to rewrite url like http://www.fcarges1953.ro/colectie/sezon-programe/1/1961-1962/ This is ...
0
votes
3answers
55 views

Magento custom admin module 404 not found

I have tried to create a new module for the magento admin section. I have seen many topics on this problem but none of them solved my issue. I have created a file in app/etc/modules/ named ...
0
votes
0answers
40 views

How to detect an error 404 in an iframe?

My Web page uses iframes to collect content from other pages. All pages are in the same domain. From the main page, is there a way to confirm that all iframes have loaded, and that there is no 404 ...
0
votes
1answer
31 views

Is that possible that the web-page can be restricted from mobile access? Gives 404 erro

Have an issue with the following url: http://www.mix1011.com.au/m_app/entertainment/zooey-deschanel-no-bangs I can acces the url from my laptop, however when I'm testing my mobile app, it gives me ...
0
votes
1answer
31 views

Codeigniter : redirect and Error 404

i'm trying to perform a redirection with Codeigniter using // setting up flashdata //... // do a redirect redirect('/', 'location', 404); So the user will be redirected to the home page with a ...
0
votes
2answers
16 views

serve 404 page from a folder with static files when using Joomla

I have a Joomla site running on Apache and Ubuntu 12.04. I wanted to show a custom 404 pages to be shown when a 404 error occure. I have made necessary changes to error.php file in my template ...
0
votes
1answer
25 views

ServletContextListener Issue | HTTP Status 404 -

It has been observed that whenever I add a Listener class to my web.xml, the whole Web application stops functioning. Please find the code below : web.xml <listener> ...
0
votes
0answers
23 views

Googlebot attempting to submit every select option in form creating 118,000 404's in webmaster tools

I have a form on every page of my site that you need to select 4 options from dropdowns before it can be submitted (validated by jquery). However it appears a googlebot is successfully being able to ...
0
votes
1answer
64 views

file upload in asp.net shows 404 error

I have already set the file limits in C# file so that it checks for the file size int filesize = personalFileUpload.PostedFile.ContentLength; if (filesize <= 26214400) { } also in my web ...
0
votes
2answers
47 views

subversion status code 404

i do want to run subversion on my ubuntu 12.04. In fact i have already installed it (v.1.6). I have also configured the /etc/apache2/mods-available/dav_svn.conf so it looks like this: <Location ...
0
votes
1answer
30 views

How to handle automatic/coded redirection?

hope all active user on this community are fine.. I m facing a problem and for that I was looking for help..:) I have a software website and I update those software frequently. so, for example.. a ...
-1
votes
0answers
142 views

404. That’s an error. when do Google cache

My site is getting "404. That’s an error." message when I click on cached from Google search results. This is the error message: Google 404. That’s an error. The requested URL ...
0
votes
1answer
28 views

404 Error handling with $_SERVER['REQUEST_URI']

I use different languages for my site. So the structure is quiet simple: root / => 404.php => template_404.php root/subdir/ =>(language_xy)404.php In my htaccess files I use a ...
0
votes
0answers
10 views

Admin and Aggregator features in Drupal broken following migration

I'm currently developing my first ever Drupal project and in doing so I've hit a block. I installed Drupal on my local server and got the basic frame of the first page working alright. My client then ...
0
votes
1answer
27 views

404 error when trying to download file on Windows Server 2003

I'm trying to put a .sqlite database file on my server so users can download it (ultimately it is going to be a replacement/update for a database that ships with an iOS app - see this question for ...
0
votes
1answer
45 views

new controller is not working in Codeigniter

I'm using CodeIgniter. I set my default controller is 'cart'. And i add one more file in Controller folder that name is admin.php. admin.php having following code, <?php class Admin extends ...
0
votes
2answers
41 views

response.getStatusLine():HTTP/1.1 400 Bad Request

I have passed date field as string into URL and date is encoded through URLEncoder.encode(date,"UTF-8") generated Url is as below: ...
0
votes
0answers
29 views

Page name of the page that got the 404 in asp.net .. web.config vs IIS 404 redirect in Azure

I'm trying to move an asp.net 4.5 solution to Azure and noticing vb.net Request.URL and Request.UrlReferrer don't seem to give me the page name of the page that got the 404 when using web.config to ...
1
vote
1answer
45 views

How to catch 404 WebException for WebClient.DownloadFileAsync

This code: try { _wcl.DownloadFile(url, currentFileName); } catch (WebException ex) { if (ex.Status == WebExceptionStatus.ProtocolError && ex.Response != null) if ((ex.Response as ...
0
votes
1answer
47 views

Page not found 404 on unauthorized URL when page not exists

I have following setup of Spring Security with default deny all (see example below). I don't want to change default deny all because it's defensive way of security configuration and it's also ...
0
votes
1answer
92 views

Works for GET, not for POST (404 error)

I have a WebApi controller ServicesApiController in my MVC4 project with a signature like so: [Authorize(Roles = "sysadmin,Secretary")] [AcceptVerbs("GET", "POST")] public IEnumerable<Stock> ...
0
votes
4answers
76 views

Getting error404 on Ajax in Codeigniter

I have problem with my ajax code. I`m trying to increase number inside span on click with ajax, but keep getting error in console - POST localhost/slots/game/lines 404 (Not Found) . Btw, I use ...
0
votes
0answers
10 views

Apache block access to directory with 404

I was trying to block access to directory but the problem is that use will get 403, The problem is that i dont want the user even know there was a folder so i want him to get 404 instead, The closest ...
1
vote
2answers
26 views

Best way to avoid “The page you requested cannot be found.”

Simple question, so let me examplify: I have an URL like this: http://www.domain.com/demo-product and now the link to the same product is changed to: http://www.domain.com/new-demo-product-here ...
0
votes
1answer
40 views

TOMCAT - HTTP Status 404

I'm kind a noob with Tomcat... I set up my server in eclipse and when I run it the console prints: mai 02, 2013 4:05:13 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based ...
0
votes
1answer
19 views

Redirect to old website version when not found

I have a website (ex. at chamthi.net). I lance new version of the website, and old version (articles) has been moved to /old directory (chamthi.net/old). I want each time a user go to a url that is ...
-3
votes
0answers
52 views

PHP Regex Routing and 404 [closed]

This is my function: function route($route=null, $function){ $uri = uri(); // Regex Replace $replace = array( ":a"=>"[^/]+", ":n"=>"[0-9]+" ); $matches = ...
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, ...
0
votes
1answer
36 views

Wordpress can't find wp-admin/edit.php - BUT it's there?

I haven't come across this before, I created a new page template and uploaded it via ftp and then when I went to edit my pages I got a 404: Not Found The requested URL /*/wp-admin/edit.php was not ...
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, ...
0
votes
0answers
40 views

Magento with FishPig Wordpress Integration - posts with non english characters in title results in 404 not found

I have installed Magento Next I Installed WordPress then Installed FishPig WordPress Integration to integrate Magento and WordPress using Magento connect next I configured FishPig WordPress ...
0
votes
1answer
53 views

404 on WCF RIA Services endpoint

We've been deploying our site a number of times to different environments successfully but have encountered an issue which seems to be related to the RIA services setup. We are deploying on a Windows ...

1 2 3 4 5 37