Skip to main content

Questions tagged [http-status-code-404]

404 is the HTTP status code for "Not Found"

0 votes
0 answers
41 views

We migrated our site to Cloudflare two years ago, and we’ve never had this kind of problem. Our site has always worked well, and a very strange bug has been occurring for a few days. Indeed, the site ...
mazo0012's user avatar
0 votes
1 answer
104 views

My VPS crashed some time ago, everything was working as expected. I host 2 Wordpress sites on this server, "domain" and "sub.domain". My apache2 .conf and le-ssl.conf files are the ...
Bernard Grosperrin's user avatar
0 votes
4 answers
130 views

I've configured nginx to host a website at website.com, blog.website.com, but now when I make a new config in /etc/nginx/sites-available - it wont allow me to access content in the path: website.com/...
user700070's user avatar
1 vote
1 answer
199 views

Within my logs there are loads of accesses to files that do not exist, typically to WP- or phpMyAdmin installations. These are obviously automated scripts that try to find security vulnerabilities. My ...
Elmi's user avatar
  • 141
1 vote
0 answers
59 views

We have a big website on a virtual server that runs fine. We have a few hundred clients. Since a few weeks, we saw that with exactly ONE of these clients there were 404 references to hrefs like www....
Roemer's user avatar
  • 111
0 votes
1 answer
726 views

My server runs NGINX. When visiting DOMAIN.org I can see my index page getting presented correctly. Visiting any other link such as DOMAIN.org/path1 results NGINX showing the standard 404 page. My ...
IHateCoding's user avatar
1 vote
1 answer
994 views

I have this setup with angular and spring boot project having nginx reverse proxy to apache for serving angular application and embedded server for spring boot reverse proxied through nginx. Now I am ...
sarp's user avatar
  • 11
1 vote
0 answers
1k views

I think title says it all, this is my nginx config file. I should mention that locally everything is working fine in dockerized environment so I think it will be nginx related problem. Also the React ...
jnd's user avatar
  • 13
-1 votes
1 answer
2k views

I want Nginx to redirect all pages that are 404 to my index.html. This nginx is running as a container. Yes I have confirmed nginx is actually being reached as the docker-compose log output shows the ...
Dave's user avatar
  • 456
1 vote
1 answer
1k views

My nginx config file looks like: passenger_enabled on; passenger_ruby /home/inspection/.rbenv/shims/ruby; rails_env production; root /home/inspection/app/current/public; location /build/ {...
Arup Rakshit's user avatar
1 vote
2 answers
2k views

nginx version: nginx/1.18.0 This is my 'nginx' conf default 'vhost': cat /etc/nginx/sites-enabled/000-default server { listen 80; listen [::]:80; server_name example.org; return 301 ...
Mévatlavé Kraspek's user avatar
1 vote
1 answer
720 views

Owing to an error long ago our company web site has been serving image URLs containing a significant amount of white space. E.g. http://www.example.com/ /assets/ProductPhotos/...
AristotleO's user avatar
0 votes
1 answer
179 views

I want to change/customize the standard 404 (Not Found) page/template from OpenLiteSpeed. But where can i find the 404 file via terminal? I'm searching in: cd /usr/local/lsws/ But can't find it. Can ...
DSTUDIOS's user avatar
0 votes
1 answer
199 views

The upload used to work without issue before, and I cannot find anything that might have changed, except I did do updates on all servers. I rebooted all servers and tried uploading files, and the 404 ...
CodingEE's user avatar
  • 241
1 vote
0 answers
176 views

I'm trying to get file downloading in the local Telegram Bot API work. I found an example on github how to do it with nginx: https://github.com/aiogram/telegram-bot-api/tree/master/example. It's ...
NitroRX's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
27