Home Forums Teachify LMS installing “Teachify LMS” erro code:404 Not Found Reply To: installing “Teachify LMS” erro code:404 Not Found

#4298

RUSDY380
Participant

Are the settings below correct?

index index.html index.htm index.php;

location / {
#try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php$is_args$args;
}

location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
}

location ~ /\.ht {
deny all;
}