Why not use Apache?this need help guyz
location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$uri&$args;
}
location ^~ /install/data/ { internal; }
location ^~ /install/templates/ { internal; }
location ^~ /internal_data/ { internal; }
location ^~ /library/ { internal; }
location ^~ /src/ { internal; }
nginx -t
service nginx reload
forum working perfect but when i enable friendly url and click on any node goes to 404 pageInstalled the forum in a proper directory
i use apache and php 8.3Why not use Apache?