Site shows 404 not found on Plesk server: nginx error: index.html is not found (2: No such file or directory)

Follow

Comments

1 comment

  • Avatar
    Felipe Santos

    This tutorial its not accurate.
    you must add the string of mod rewrite (in my case is wordpress)

    <IfModule mod_rewrite.c>
     RewriteEngine On
     RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
     RewriteBase /
     RewriteRule ^index\.php$ - [L]
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteCond %{REQUEST_FILENAME} !-d
     RewriteRule . /index.php [L]
    </IfModule>

    and than, transform to nginx 
    so you apply and will work

    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request