Articles in this section
Hosting a Knowledge Base Portal on your Website Using Custom URL
Table of Contents
Introduction
Elevate customer support by hosting your Knowledge Base (KB) portal or Help Documentation on your company website with a custom URL. Provide seamless access to product documentation, FAQs, and helpful articles while maintaining your brand identity. Enhance user experience and streamline customer support with a centralized and customizable knowledge base.
Benefits of Hosting KB on Your Website
The following are the benefits of hosting KB on your website:
- Seamless Integration: Hosting the knowledge base on your website allows your customers to integrate other third-party applications easily.
- Improved Search Engine Optimization (SEO): Having the knowledge base on your website can increase your website's visibility and ranking on search engines.
- Increased Traffic and Engagement: When the knowledge base is hosted on your website, visitors are more likely to explore other areas of your website, not just the knowledge base.
- Data Ownership and Security: Hosting the knowledge base on your website ensures you have full control and ownership of the data published.
- Enhanced Analytics and Insights: By hosting the knowledge base on your website, you can analyze and get insights on the published content.
Key Terminology
|
|
|
|
|
|
Hosting KB Portal on your Website
Before hosting your KB portal on your website with a custom URL, there are a few things you need to ensure:
- Your server must support PHP and run on Apache. This ensures that your website can handle the KB portal.
- Your server should also have support for CURL and SQLITE3 in PHP. These are essential components for the KB portal to function properly.
- Rewrite rules need to be enabled on your server. This configuration allows your website to display the KB portal correctly.
Once you have confirmed these prerequisites, you can follow these steps to host your KB portal on your website using a custom URL:
- Provide the domain and server where you want to host the KB portal. This is the web address people will use to access your portal.
- Contact Vtiger Customer Support to create a backup file with an SQLite file called kb/app/data/kb. SQLite.
-
The Operations team will create a backup file of your KB using the source code. This file is a database that holds the content of your KB portal.
-
- Once you receive the backup file,
- Edit the backup file in the config table of the SQLite file.
- Find the entry with the name set to custom_url.
- Add the value of your custom URL in the corresponding field. This step ensures your KB portal knows which URL it should be associated with.
- Host the backup file on your server. This means transferring the file to your server and making it accessible to visitors on the internet.
- Note: The custom URL should point to the location where the backup file is hosted.
- Set the appropriate permissions for the files in the hosted directory. This ensures that the necessary operations can be performed on these files.
- In the PHP file config.inc.php, find the variable $site_URL and set its value to the URL of your CRM instance. This step connects your KB portal to your CRM system.
- In your CRM system, go to the Help Center Settings and enter the exact URL where your KB portal is hosted in the custom URL field. This step helps your CRM system recognize and link to the KB portal.
You can host your knowledge base portal on your website with a custom URL by following these steps. This will allow visitors to access your knowledge base and find the necessary information.
|