
The Freshdesk help widget
With the Freshdesk (official) plugin, you can now:
Follow the below steps:
Case #1 – If your domain is like example.com, add the below line in your nginx.conf (located at /etc/nginx/sites-available/)
location / {
try_files $uri $uri/ /index.php?q=uri&args;
}
Case #2 – If your domain is like example.com/freshdesk, add the below line in your nginx.conf (located at /etc/nginx/sites-available/)
location /freshdesk {
try_files $uri $uri/ /freshdesksso/index.php?q=$uri&$args;
}
Please make sure the “Permalink” set to ” Post name” under “Settings -> Permalink -> Common Settings”