Carga nuevamente la web: es posible que el aviso “404 not found” aparezca simplemente porque la página no se ha cargado correctamente. Para comprobarlo solo tendrás que actualizar la carga presionando la tecla F5 o haciendo clic sobre el correspondiente botón en tu navegador.
Jun 01, 2017 · For uploaded epub books, I get 404 on mobile app as following screen shot(got link from console), but works on web portal. I think problem is with nginx conf not sure what, I have followed the nginx link on moodle docs, still doesn't work.
This option won't need any webserver setup. However it relies on the PATH_INFO feature of the CGI standard as implemented by Apache. IIS is known not to work with this setting. However, new IIS versions seem to work with this.
Aug 25, 2017 · Directory listing can be enabled using the HttpAutoIndexModule, the one responsible for that function. The HTTP request is passed to the ngx_http_autoindex_module module when no index is found on your webpage. Feb 13, 2015 · To Install Nginx. sudo apt-get install nginx. Setting up Virtual Hosts. Nginx, like Apache, supports name-based virtual hosting, where the sites are hosted according to their (sub)domain name. Setting up a Standard Virtual Host. The default nginx config works well for a standard Virtual Host. Lets take a look. location / { # try_files $uri $uri/ =404; try_files $uri $uri/ /index.php$is_args$args; } The redirect hack is a solution that Plesk offers on it’s support pages: After switching a WordPress website to FPM served by nginx in Plesk, it fails to load with “404 Not Found” on all pages except start page.