Skip to main content

Parked domains hosting landing page

Comments

4 comments

  • rpvw
    You could try and make them an Addon Domain, give them their own document root folder, do not redirect anywhere, and place your landing pages in that folder.
    0
  • Krasimir Vatchinsky
    You could try and make them an Addon Domain, give them their own document root folder, do not redirect anywhere, and place your landing pages in that folder.

    Thank you rpvw, unfortunately that would be not very efficient in my case we are domain reseller, and host over 10 000 domains, the parked domains are very substantial number, the cost of maintaining multiple landing pages is not something Im looking for, the previous version of WHM/cPanel allowed when park domain in WHM to be able to display it on host domain page without forwarding. I do look for some work around most likely with .htaccess file I guess
    0
  • Krasimir Vatchinsky
    Hello everyone, I found solution by setting the following in .htaccess file, on the host domain account, now all is working fine: RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?(hostdomain)$ RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC] RewriteCond %{HTTPS} off RewriteRule ^
    0
  • cPanelLauren
    Hi @Krasimir Vatchinsky Thank you for providing the solution that worked for you. I'm glad to hear you were able to get your issue resolved. Thanks!
    0

Please sign in to leave a comment.