Comments on Install and Configure Drupal 8 with Nginx and Let's Encrypt on CentOS 8
Drupal is a free, open-source and scalable content management system that can be used by individuals to create and manage any types of websites. In this tutorial, we will show you how to install Drupal 8 on CentOS 8 server and secure it with Let's Encrypt free SSL.
2 Comment(s)
Comments
Great Work, thank you.
I get an error 404 when i click any point at menue from startpage:
[error] 2953#0: *7 open() "/var/www/html/drupal/admin/structure" failed (2: No such file or directory), client: x.x.x.x, server: _, request: "GET /drupal/admin/structure HTTP/1.1", host: "y.y.y.y", referrer: "http://y.y.y.y/drupal/"
[error] 2953#0: *7 open() "/var/www/html/404.html" failed (2: No such file or directory), client: x.x.x.x, server: _, request: "GET /drupal/admin/structure HTTP/1.1", host: "y.y.y.y", referrer: "http://y.y.y.y/drupal/"
Some guys at forum writes this is an issue with URL-rewriting in nginx (drupal.conf), but i have no idea..
Anyone Ideas ?
My Config-File (drupal.conf) is 1:1 like above. Installed it without LetsEncrypt and with external MySQL DB.
Update:
I found out by accident that there IS a problem with URL-Rewriting. At Startpage all Menues points to http://site.com/drupal/xyz. When i insert "index.php" between every menue opens how it should.
--> http://site.com/drupal/index.php/xyz