Vanilla Forums V3.3 URL Rewrite tutorial

LEALEA
edited October 8 in Vanilla Forums
Try finding this line in Vanilla's /conf/config.php file. If it doesn't exist, add the line.
$Configuration['Garden']['RewriteUrls'] = true;




aapanel paste those code:

location / { try_files $uri @vanilla; } location @vanilla { fastcgi_param X_VANILLA 1; rewrite ^/(.+)$ /index.php?p=$1 last; }


Sign In or Register to comment.