|
Hello all, I need to do something for the rewrite with Nginx ? On Debian 11 Scenario : Main page -> Admin interface -> Parameter -> Have kickout and return to the main page There is some log: Thanks you guys :D |
Replies: 1 comment 6 replies
|
Looks like your PHP session management does not work correctly. |

The rewrite rules for nginx can be found in this file: https://github.com/thorsten/phpMyFAQ/blob/3.2/nginx.conf
Do you use it?
.htaccess is for Apache only.