You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Form my LOCAL server (still making tests on local) I had to remove extra "break" at the en of lines:
location / {
# First attempt to serve request as file, then as directory, then trigger 404
try_files $uri $uri/ /index.php?q=$uri&$args;
## SEO URLs
rewrite ^/(.*)-f([0-9]*)/(.*)-t([0-9]*)-s([0-9]*).html /viewtopic.php?f=$2&t=$4&start=$5&$query_string;
rewrite ^/(.*)-f([0-9]*)/(.*)-t([0-9]*).html /viewtopic.php?f=$2&t=$4&$query_string ;
rewrite ^/(.*)-f([0-9]*)/index-s([0-9]*).html /viewforum.php?f=$2&start=$3&$query_string;
rewrite ^/(.*)-f([0-9]*)/ /viewforum.php?f=$2&$query_string;
rewrite ^/(.*)-f([0-9]*) /viewforum.php?f=$2&$query_string;
## End SEO URLs
}
Anything special in other lines: block "^.ht" files (htacces and .htpassword) and configure php-fpm for .php files.
Still I cannot see sitemap I was checking issues before opening new ticket...
As per documentation i've configured my forum for nginx, however, when it is to access a forum topic, i get 404
Could you please suggest a solution?
The text was updated successfully, but these errors were encountered: