nginx

  1. R

    404 Not Found /ajax/file_upload_handler

    I just setup the script and I am getting an error when I am trying to upload a file the error is : equest URL...
  2. C

    404 on WordPress sub-directory /blog post and categories permalink url

    Want to use WordPress blog on sub-directory ( /blog) URL but post and categories permalink URL showing 404 not found used this Nginx config location /blog/ { index index.php; try_files $uri $uri/ /blog/index.php?$args; } but instead of page opening every .php file under /blog...