http status code 404 - Drupal 8 - Nginx 1.10.1 Ubuntu - 14.04 - 404 Not found after installation is completed -
i wonder if can on please. installed drupal 8 on ubuntu 14.04 (webserver nginx 1.10.1) wiht php-fpm. issue - created test site part of installation set , once installation finished, 404 not found error. can access - http://hostname/sitename/index.php gives me home page when try access let's (content, appearance, structure etc) 404 not found. grateful if can me on this.
drupal uses apache's mod_rewrite
via .htaccess
rewrite urls front controller (i.e. index.php). have configure nginx rewrites because nginx not have mod_rewrite
.
i not use nginx cannot directly, searched configurations help:
- http://valuebound.com/resources/blog/drupal8-nginx-default
- https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
hope gets on right path.
Comments
Post a Comment