Disable knowledge base permanently and redirect to customer login.
-
As we understand some of the user don't want to show knowlegebase to their customer instead they want to redirect customer to directly into customer login page.
For this you need to make a slight changes in your code.
Please follow the steps given below:
- Locate path in your project.
vendor/uvdesk/support-center-bundle/resources/config/routes/public.yamlOpen public.yaml file replace line no. 3 (controller: Webkul\UVDesk\SupportCenterBundle\Controller\Website::home) by:
controller: Webkul\UVDesk\SupportCenterBundle\Controller\Customer::login
Finally run command php bin/console c:c from project root directory.
Hope it will help someone
-
peopleinside