sonics Posted October 2, 2017 Share Posted October 2, 2017 Hello We are running shortly our WHMCS installation 7.2.3 with Nginx, php-fpm 7.0 and almost all is running well. but we had a problem with the knowledgebase which was not reachable anymore over https://whmcsurl/knowledgebase after installing some nginx rules like here posted we can again open the knowledgebase like https://whmcsurl/knowledgebase. but now the search is not working ( 404 not found). the question is now if someone has working nginx rules or can help with the problem? # Announcements rewrite ^/announcements/([0-9]+)/[a-zA-Z0-9-]+.html$ /./announcements.php?id=$1 last; rewrite ^/announcements$ /./announcements.php last; # Downloads rewrite ^/downloads/([0-9]+)/([^/]*)$ /./downloads.php?action=displaycat&catid=$1 last; rewrite ^/downloads$ /./downloads.php last; # Knowledgebase rewrite ^/knowledgebase/([0-9]+)/[a-zA-Z0-9-]+.html$ /./knowledgebase.php?action=displayarticle&id=$1 last; rewrite ^/knowledgebase/([0-9]+)/([^/]*)$ /./knowledgebase.php?action=displaycat&catid=$1 last; rewrite ^/knowledgebase$ /./knowledgebase.php last; best regards chris 0 Quote Link to comment Share on other sites More sharing options...
arctic-ice-cool Posted October 8, 2017 Share Posted October 8, 2017 Hi, did you ever find a resolve to this issue? I am having the same problem now. 0 Quote Link to comment Share on other sites More sharing options...
sonics Posted October 9, 2017 Author Share Posted October 9, 2017 Hello No till now we do not have a solution for that Problem. cheers 0 Quote Link to comment Share on other sites More sharing options...
arctic-ice-cool Posted October 9, 2017 Share Posted October 9, 2017 Hello, I got it working today after many hours of testing different things. All seemed to fall in place at once though lol 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.