Hi i have integrate my Subdomain to cloudflare using “cname” & “a” record. The problem was my all integrated subdomains are redirect to another website which hosted on same server.
Please help!
Thanks in Advance.
Hi i have integrate my Subdomain to cloudflare using “cname” & “a” record. The problem was my all integrated subdomains are redirect to another website which hosted on same server.
Please help!
Thanks in Advance.
That may be an issue with how your server is configured. If you set that subdomain DNS record to , does it work?
Wow it will work. But site looking unsafe “Your connection is not private”. Do you suggest any solutions?
Without seeing it for myself, it sounds like that subdomain doesn’t have an SSL certificate.
I’m trying this thing… (.htaccess)
RewriteEngine On
RewriteCond %{HTTP_HOST} ^jobs.soogam.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://jobs.soogam.com /$1 [R=301,L]
AGAIN HAVE ISSUE !! OPPS !!
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Since that subdomain is set to , that error is completely on your server and needs to be fixed before you set it back to
.
This server could not prove that it is jobs.soogam.com ; its security certificate is from example.com . This may be caused by a misconfiguration or an attacker intercepting your connection.
This topic was automatically closed after 31 days. New replies are no longer allowed.