Questions tagged [http-status-code-404]

404 is the HTTP status code for "Not Found"

A web server will return a status code of 404 when the resource that is being requested does not exist or cannot be found.

386 questions
0
votes
2 answers

Image from a certain domain on my Nginx server loads fine in browser but 404's when I curl

Hey guys I've been struggling with this for the past day, and I'm in need of some assistance. So in essence I have two images stored on my main domain and subdomain with nginx. http://orgasmal.com/r.png (SFW) http://assets.orgasmal.com/e.gif…
0
votes
1 answer

Nginx does not load custom 404 page for WordPress blog

I recently made a custom 404 page for my WordPress blog running on Nginx. However, the page lives above my root directory. I thought I set the parameters correctly, but it doesn't seem to be working (I still get the 404 page from my theme). Am I…
Logan M.
  • 11
  • 3
0
votes
1 answer

Cant ssh or see website after home ip change, but can get http 404 and 403

I have a server in a client office, this server has a website running on nginx. A few days ago my home router and ip changed, and now I can’t ssh to the server, or see the website, the browser stays in a never-ending state of “thinking”, but if I go…
Chagaf
  • 1
  • 2
0
votes
1 answer

What's the error in my HTACCESS

index page and profile page show 404 after htaccess redirection I transfered from bogger to wp.. redirected all links from year/month/postname.html to postname/ using these lines: # WPhtc: Begin Custom htaccess RewriteEngine On RewriteBase / …
0
votes
1 answer

404 Not Found error after Parse migration

0 down vote favorite I've followed the migration guide and setup the Mongodb, NodeJS and Parse server locally on our Linux server. I'm able use the REST API to login to the game and download game-related files that are still hosted by Parse's S3.…
0
votes
1 answer

mod_proxy tomcat

I've asked this question in a few places and I've found no answer. It should be pretty simple and a pretty common problem. Unfortunately I know nothing about tomcat and mod_proxy so I'm unable to figure it out. I have a few apps running in…
brad
  • 502
  • 1
  • 10
  • 22
0
votes
1 answer

Varnish 404 error every few hours

I wonder if someone can point me in the right direction with this. Something changed on my VPS at my hosting provider and loads of things have been going wrong ever since. One of those things is Varnish - I have had to rebuild my whole varnish…
WPDEVE
  • 1
  • 2
0
votes
1 answer

IIS Server Subdomain Redirection

I have a Windows Server 2012, with IIS 8 installed. I have multiple websites there. I also have the Default Website. When I create a new website like www.abc.com and abc.com, it works fine. However, when a customer enters an invalid subdomain to…
0
votes
1 answer

Wordpress website consuming huge bandwidth on 404 pages

I am running a website on Wordpress and there is a lot of bandwidth consumption because of hits on 404. image showing the url being targeted to generate 404.. I am sure that the url "/wp-includes/Text/Diff/1.php" is being accessed from outside the…
0
votes
1 answer

Non-existent ssl subdomain graceful 404 handling?

Running Apache/2.4.16 (Ubuntu). I have a certificate with 5 subdomains (app, cdn, api, m, www/home). I want undefined subdomains to 404. I guess https://domain.com/404 would be the appropriate place. How do I do this and avoid "Your connection is…
Ty Kroll
  • 101
  • 1
0
votes
1 answer

404 - File or directory not found with IIS 8.5

I am migrating IIS 7 websites to IIS 8.5. My website is using .Net v2.0 and completed everything as per the migration. When I tried accessing the website from local (from IIS) I am getting the page as expected. But trying from external world, from…
0
votes
1 answer

Nginx 404 Not Found

I have the problem that my http://kd41364.zap-hosting.com/ Webpage works on my Linux. However, all other sub-pages get a 404 Not Found error from nginx. (www.kd41364.zap-hosting.com/owncloud) I tried everythink from this forum and a lot of other…
0
votes
1 answer

Nginx throws a 404 error when trying to access a CodeIgniter (PHP) controller

I'm trying to use CodeIgniter with Nginx. I'm on development so I'm running on localhost. This is my /etc/nginx/sites-avaiable/default file: # You may add here your # server { # ... # } # statements for each of your virtual hosts to this…
user2719875
  • 129
  • 1
  • 7
0
votes
1 answer

Our site using Akamai is returning 404 (from time to time)

We are facing an issue with sites hosted by Akamai. From time to time we can't load some websites from Akamai and the server return "404 not found". This is temporarily error and it could be that the same site is loaded correctly two hours…
Adam
  • 11
  • 4
0
votes
0 answers

iis8.5 Not Found page, SNI and Host Headers. Refuse Connection Possible

I am using IIS8.5 to host a few internal and external sub domains. Everything is working prefect but I have one thing I would like to change and I have no idea where to start. I have set each site http and https bindings and I require SNI since I…