farukjoy0007 My website https://fsl.com.bd/ is forking fine in apache. After change apache to nginx all the links showing 404 reeor. Only home page is loading. Please suggest what can I do?
aaPanel_Kern Hello, is it normal after you set the above configuration to url rewirte? Apache farukjoy0007
Apache I suspect an internal forwarding error. They have tried: location / { try_files $uri $uri/ /index.php$is_args$query_string; } location / { try_files $uri $uri/ /index.php?$args; } rewrite /wp-admin$ $scheme://$host$uri/ permanent;
Apache aaPanel_Kern I use XenForo2 and the aaPanel. If I insert the above-mentioned config, everything works without problems. Without the config I also get an error message: "403 Forbidden".