FAQ - HelpDesk - Web Project Redirect

HelpDesk - Web Project Redirect

02.11.2016 2603


Since HelpDesk 1.9 you can also forward the customer to another web project with GET instead of POST. That way you can create buttons the user can click to change the web project.

Example with Mod Rewrite

https://www.yourdomain.com/helpdesk/depdirect/1

Example without Mod Rewrite

https://www.yourdomain.com/helpdesk/index.php?p=depdirect&sp=1

On both examples the number 1 is the ID of the web project you like to redirect too.