FAQs in this section
What Are Landing Pages?
What is the Landing Pages Module in Vtiger CRM?
What are the benefits of using the Landing Pages module?
How to access the Landing Pages module?
How to create and publish a Landing Page?
How to use Landing Pages Editor components?
What is Landing Pages List View?
What is Analytics for all the Landing Pages?
What is Landing Pages Detailed View?
What is Analytics for a Specific Landing Page?
How to perform Landing Pages custom domains?
Table of Contents
Let us now understand how to perform Landing Pages custom domains.
Vtiger does not support CNAME based redirections for Landing Page yet.
But you can still use your custom domain configuration in the server for redirections to the Landing Page.
For Instance, if your domain server is under Apache
Vtiger does not support CNAME based redirections for Landing Page yet.
But you can still use your custom domain configuration in the server for redirections to the Landing Page.
For Instance, if your domain server is under Apache
- Enable proxy
- a2enmod proxy
- a2enmod proxy_http
- Updating Configuration
- File name /etc/apache2/sites-available/yourdomain.com.conf
- Append these lines
- SSLProxyEngine On
- SSLProxyCheckPeerCN on
- SSLProxyCheckPeerExpire on
- ProxyPass / https://customdomain.com/path
- ProxyPassReverse / https://landing_page_url
Was this FAQ helpful?
0
out of
0
found this helpful.
Comments 0
Be the first to comment