• hi, just now i have started using quic cloud cdn using cname records verification method.
    currently I am only using www version on my site. so when i visit on root domain it redirect to around 2 times then i finally visit my site. iam on litespeedserver. i have this htaccess rules

    `RewriteEngine on
    RewriteCond %{HTTP_HOST} ^tvhex.com
    RewriteRule (.*) https://www.tvhex.com/$1 [R=301,L]
    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^bd/(.*)$ https://www.tvhex.com/$1 [R=301,L]
    // Redirect AMP to non-AMP
    RewriteEngine On
    RewriteCond %{REQUEST_URI} (.+)/amp(.*)$
    RewriteRule ^ %1/ [R=301,L]`

    please let me know if everything is okay or not.

    Also i have turned on dnssec on cpanel+namecheap.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    cPanel doesn’t allow you to map CNAME on root domain , so you can only map www , by that saying , you can not enable this option

Viewing 1 replies (of 1 total)
  • The topic ‘should i turn on, Map Both www/non-www?’ is closed to new replies.